react-styleguidist
react-styleguidist copied to clipboard
Isolated React component development environment with a living style guide
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** 
**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...