react-styleguidist
react-styleguidist copied to clipboard
Isolated React component development environment with a living style guide
**Current behavior** After upgrading to v12 it looks like something is wrong with the compilation of md files. The files seem to be picked up but nothing is rendered. There...
When a custom `webpackConfig.devServer.client` option is set, they are currently being overridden by the `baseConfig.client` field. Ensure that field is extendible by consumers while also ensuring the base config values...
Following the issue created here: https://github.com/styleguidist/react-styleguidist/issues/2029 I discovered that the base configuration was replacing the configuration passed by the WebPack configuration of the user. This PR correct the bug and...
**Current behavior** After upgrading to v12, webpack@5 now by default enables the `devServer.client.overlay` option, which shows a blocking modal whenever a compilation warning or error occurs. This is very obstructive,...
Throws: `Uncaught ReferenceError: module is not defined` I assume that the error originates in: ```js module.hot&&module.hot.accept([]),module.exports={doclets:{},displayName:"PhoneNumberInput",description:"",... ``` Config: ```js module.exports = { components: "source/PhoneInputWithCountry.js", styleguideDir: "website/docs", usageMode: "expand", sortProps: props...
Hi, I'm bumping react-styleguidist to the latest version (12) and I start to have this warning popping up when I try to lunch the server:  This is...
Two out of 4 links are not working. https://github.com/styleguidist/react-styleguidist/blob/a460fcc3d6a674146cd74b53362058e17e9aea7e/site/src/pages/index.js#L70-L79 --- 
After a bit of confusion on my part, trying to help clarify how the default title is derived
[Component Story Format](https://storybook.js.org/docs/formats/component-story-format/) (CSF) is a new format that doesn't call Storybook API directly, meaning it can be used not just in Storybook. By supporting CSF we can allow teams...