After the update of @storybook/react to version 3.3.0, @storybook-readme addon seems to be broken
| Before | After |
|:---|:---|
|
|
|
@storybook/react 3.3.0@storybook-readme/with-readme 3.1.1import withReadme from 'storybook-readme/with-readme';
import ReadmeFile from './README.md';
storiesOf('Example', module)
.addDecorator(withReadme(ReadmeFile))
.add('Component', () => (
<Component />
));
@lufego I will fix this bug in few days
Try [email protected]. Ping if any issues.
NOTE: now there are no additional webpack configurations for React Storybook.
https://github.com/tuchk4/storybook-readme#webpack-configuration-for-react-storybook
Close this issue for now.
Please reopen is any problems.
Most helpful comment
@lufego I will fix this bug in few days