-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual Config of Docs not working. #9632
Comments
I am facing the same issue. Any idea how to fix it? It's happening after upgrading to v5.3.9 |
I tested this with a clean install of |
Yeah I think the docs need updating. Can you share a repro repo if you have one handy? |
Example Repo https://github.com/lpoulter/doc-mdx-bug |
Thanks I’ll take a look! 🙏 |
The docs are actually correct-ish, just unclear. I've updated them in #9638 The bug is here: https://github.com/lpoulter/doc-mdx-bug/blob/master/.storybook/main.js#L9-L13 The code is overwriting @lpoulter would you mind reviewing the PR and let me know if it makes more sense? Thanks for you help & patience! |
That was pretty clear to see but hadn't occurred to me, thanks very much. |
No worries. Everything’s clear in hindsight. Closing this! |
Describe the bug
After following the instructions here on a fresh install of storybook. The app compiles but the interface hangs with no errors.
To Reproduce
npx -p @storybook/cli sb init
yarn add -D @storybook/addon-docs
yarn add -D react react-is babel-loader
Make the changes here
Expected behavior
The app to load with the docs addon working.
Screenshots
Code snippets
Main.js
Preview.js
The text was updated successfully, but these errors were encountered: