We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When you edit a story name, it is possible for that story (and its component) to change position in the treeview if there is no story sort function.
This is due to the way HMR works. By default, Storybook sorts by load order, but this load order chan change with edits.
I think we to fix this problem as follows:
The text was updated successfully, but these errors were encountered:
Probably it is fixed in 5.2.0-alpha.31 #6439 (comment).
5.2.0-alpha.31
Sorry, something went wrong.
I think this was fixed in #9482
No branches or pull requests
When you edit a story name, it is possible for that story (and its component) to change position in the treeview if there is no story sort function.
This is due to the way HMR works. By default, Storybook sorts by load order, but this load order chan change with edits.
I think we to fix this problem as follows:
The text was updated successfully, but these errors were encountered: