-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
After an error fix, it'll load the first story #614
Comments
This one is really annoying me right now. Will take a look. |
Does anyone have a reproduction for this? I can't make it happen RN |
This is actually easy to reproduce. Follow these steps carefully (tested on current
Note if you are going to continue you have to start again at step 1, not continue on from step 6, as the iframe URL will have changed. |
See #2349 |
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 60 days. Thanks! |
This was fixed in 3.3.0 |
If there's a syntax error, it should show the webpack error overlay.
After that, it should reload the preview and load the current story.
But now, it'll load the first story in the storybook instead.
Reason
After an error, it'll reload the page. Then it'll load the very first story since that is hard coded on the iframe URL. We need to change it and reload.
The text was updated successfully, but these errors were encountered: