-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
stories displays none after trigger auto refresh #9553
Comments
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Sorry mister bot 🤖 but this isssue affect our development time so I think that can be fixed |
do you have a repro? |
no,but u can start a new storybook project. then u can find it. |
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Hey there, it's me again! I am going close this issue to help our maintainers focus on the current development roadmap instead. If the issue mentioned is still a concern, please open a new ticket and mention this old one. Cheers and thanks for using Storybook! |
Describe the bug
after auto refresh, other stories displays none;
To Reproduce
Steps to reproduce the behavior:
OverView.story = { name: 'OverView111' }
or any other modify can trigger the Chrome auto refreshExpected behavior
A clear and concise description of what you expected to happen.
Screenshots


before modify the OverView story
after modify the OverView story (without any action expect change the story name to OverView111)
Code snippets
System:
Additional context
version 5.3.12。
it is possible that something results in the auto reload or HMR disabled... is it a bug?
The text was updated successfully, but these errors were encountered: