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
For example, the PageHeader stories are being scrambled, and some of the SidePanel stories show up out of order -- this seems to happen on production built storybook, while local storybooks preserve file order as expected.
Should investigate why this happens and can we stop it to get the stories in the desired order.
The text was updated successfully, but these errors were encountered:
The Webpack bundling process seems to be sorting exports into alphabetical order. This means that when storybook preserves the "export order", it's actually preserving the sorted order. See storybookjs/storybook#15574.
I'm not sure how storybook can fix this. We may need a more robust way to establish the desired story order.
For example, the PageHeader stories are being scrambled, and some of the SidePanel stories show up out of order -- this seems to happen on production built storybook, while local storybooks preserve file order as expected.
Should investigate why this happens and can we stop it to get the stories in the desired order.
The text was updated successfully, but these errors were encountered: