Hey,
My markdown files are rendering with module.exports = "#.
I'm using "storybook-readme": "^3.2.0" and "@storybook/react": "^3.3.6"
and implementing it like
const stories = storiesOf('Avatar', module);
stories.addDecorator(withReadme(README));
Any idea?
Got same thing today, whats your OS? Windows?
@dekeey Latest version of macOS
@JamesBliss can you please show your webpack config
if there are loaders for *.md mask try to remove it
Thanks @tuchk4. That works.
Most helpful comment
@JamesBliss can you please show your webpack config
if there are loaders for
*.mdmask try to remove it