react-styleguidist icon indicating copy to clipboard operation
react-styleguidist copied to clipboard

Isolated React component development environment with a living style guide

Results 200 react-styleguidist issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...

dependencies

…lopment'; i have modified build.ts with the change you mentioned make-webpack-config.ts was already modified so i have not done any changes to it

React Styleguidist could be awesome for documenting components, [like this](https://sapegin.github.io/react-group/), but now it’s not. - [x] New option to disable sidebar. - [x] ~~New option, `getComponentName()`, to change the title.~~...

enhancement
help wanted
good first issue

We use React and removed webpack so we cannot run our styleguidist server anymore. Any idea how we could still run it with https://vitejs.dev/ ? This thing is much faster...

webpack-dev-server was bumped to v4.15.2 to remediate a High vuln. in webpack-dev-middleware. An NPM version bump is required in the react-styleguidist to ingest these changes. Ref: https://github.com/webpack/webpack-dev-server/releases/tag/v4.15.2 https://security.snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 https://nvd.nist.gov/vuln/detail/CVE-2024-29180

**Vulnerability in markdown-to-jsx** This package uses `markdown-to-jsx ^6.11.4` affected by: Issue: Cross site scripting in markdown-to-jsx URL: https://github.com/advisories/GHSA-4wx3-54gh-9fr9 Severity: moderate Vulnerable Versions: **Solution upgrade to v7** From the release notes...

**Current behavior** I need to register middleware and use [this documentation](https://react-styleguidist.js.org/docs/configuration/#configureserver). My project has `[email protected]` and `[email protected]`. I added the `configureServer` function in `styleguide.config.js`, but I get the following error:...