You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the documentation, you should be able to sort your stories by defining the storySort object (or method), but neither works in the latest beta version of Storybook v7.
Describe the bug
According to the documentation, you should be able to sort your stories by defining the storySort object (or method), but neither works in the latest beta version of Storybook v7.
I'm using
@storybook/react
(with TypeScript).To Reproduce
npm install
.npm run storybook
.storySort.order
would beButton, Introduction, Header, Page
, but it's not.System
Additional context
No response
The text was updated successfully, but these errors were encountered: