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

**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: ![Screenshot 2022-09-08 125745](https://user-images.githubusercontent.com/7783148/189116217-a69309a8-610a-4bee-9c0a-9469cf0bcf2f.jpg) 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 --- ![screenshot-20220908T095954-VIvSxteL](https://user-images.githubusercontent.com/491247/189081146-b7177694-1720-418c-a770-052c5562fece.png)

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...

enhancement
help wanted
request for comments