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

Tab order of addons is incorrect #10073

Closed
aryyya opened this issue Mar 7, 2020 · 3 comments
Closed

Tab order of addons is incorrect #10073

aryyya opened this issue Mar 7, 2020 · 3 comments
Labels

Comments

@aryyya
Copy link

aryyya commented Mar 7, 2020

The documentation says the tab order of addons appears in a the order that they are declared:

The tab order is created by order in which they appear in the array in the main.js file.

My declaration order is "knobs", "storysource":

// main.js

module.exports = {
    stories: [
        '../../src/**/*.stories.js'
    ],
    addons: [
        '@storybook/addon-knobs/register',
        '@storybook/addon-storysource'
    ]
};

As you can see the tabs don't appear in that order:

Demonstration

Package versions:

        "@storybook/addon-knobs": "^5.3.14",
        "@storybook/addon-storysource": "^5.3.14",
        "@storybook/react": "^5.3.14",
@shilman
Copy link
Member

shilman commented Mar 7, 2020

Possible duplicate of #9819

@stale
Copy link

stale bot commented Mar 28, 2020

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!

@stale stale bot added the inactive label Mar 28, 2020
@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