-
-
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
Categories are sorted but Stories order is uncertain #3688
Comments
I edited your multiline codeblocks to use triple backticks for readability purposes. |
@dioxmio, sounds legit, wanna PR? |
sure, I will try to create the PR this week @igor-dv :D |
@dioxmio bump pretty please :) |
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! |
This is still an issue! |
I am working on this PR to fix this issue |
PR was merged to master. Closing this issue then |
Bug or support request summary
Sorting is only working for high level items, not for stories. Tried used the provided option
sortStoriesByKind
Steps to reproduce
setOptions({ sortStoriesByKind: true, });
will only order
1. Fields
2. Layout
but inside1. Fields
items will not be sortedPlease specify which version of Storybook and optionally any affected addons that you're running
Acceptance criteria
All items need to be sorted
something like this can be done
and problem will be solved. what do you think? I could create PR if needed :D
The text was updated successfully, but these errors were encountered: