Skip to content
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

The order of addon panels doesn't match main.js configuration #10312

Closed
tajo opened this issue Apr 5, 2020 · 1 comment
Closed

The order of addon panels doesn't match main.js configuration #10312

tajo opened this issue Apr 5, 2020 · 1 comment
Labels

Comments

@tajo
Copy link

tajo commented Apr 5, 2020

Describe the bug
It seems that the order of addon panels is somewhat arbitrary.

To Reproduce

main.js:

module.exports = {
  addons: [
    "@storybook/addon-a11y",
    "@storybook/addon-actions",
    "@storybook/addon-knobs",
    "@storybook/addon-links",
    "@storybook/addon-viewport"
  ],
}

Expected behavior
Should see 3 panels in this order:

  1. Accessibility
  2. Actions
  3. Knobs

Instead, I get:

  1. Knobs
  2. Accessibility
  3. Actions

Not sure where this order comes from. Is there some other way how to control it? Thanks.

@shilman
Copy link
Member

shilman commented Apr 6, 2020

Closing as dupe to #9819

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants