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

Hello, We currently have a heavily customised Styleguidist project running using Lerna supporting ~500 components. We're looking at breaking this down a bit so that we can have multiple projects...

**The problem** Footer design needs improvement. Also social icons needs to be added for better UI. **Proposed solution** Improve footer design and add social icons **Alternative solutions** **Additional context** ![image](https://github.com/styleguidist/react-styleguidist/assets/83400697/4160a22e-4d0d-41f7-ab40-dd4e98a9aa4a)

**Current behavior** Public method: options2 throw error `Unknown type undefined` **To reproduce** ``` /** * show * @public * @param options1 options1 * @param options2 options2 */ public show =...

**Current behaviour** Styleguidist breaks with showing es6 or typescript files as not parsable and breaks. I have no file in my broken yet, just webpack, babel, styleguidist and bare minimum...

Any help with this issue much appreciated. **Current behaviour** As part of general package updates, upgrading styleguidist gives this error: ``` (node:55652) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'getCompilationHooks' of undefined...

**Current behavior** Attempting to run the build command fails with webpack 5.88.2 fails with the following error message: TypeError: Cannot read properties of null (reading 'options') TypeError: Cannot read properties...

I have also come across this problem. Does anyone have any recommended solutions? I am willing to give them a try. # issues: ```js This could happen for one of...

I have also come across this problem. Does anyone have any recommended solutions? I am willing to give them a try. issues: ```bash This could happen for one of the...

I have also come across this problem. Does anyone have any recommended solutions? I am willing to give them a try. issues: ```bash This could happen for one of the...

Because the `mountNode` never changes in the previous version of the code, `this.callbackRef` would not get called after an error was thrown. After a second re-render with new code, the...