We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
addons.setConfig()
This addon uses sidebar.renderLabel(/* ... */) to create the "dots". Bute it seems like almost anything defined in my local manager.js has no effect.
sidebar.renderLabel(/* ... */)
manager.js
See src/register.jsx#L21 introduced in issue #4
Simply disabling the addon fully restores the desired functionality.
Storybook documentation: https://storybook.js.org/docs/configure/features-and-behavior
❓ Is it possible to somehow respect the local sidebar and merge it with the addon definition?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This addon uses
sidebar.renderLabel(/* ... */)
to create the "dots". Bute it seems like almost anything defined in my localmanager.js
has no effect.See src/register.jsx#L21 introduced in issue #4
Storybook documentation: https://storybook.js.org/docs/configure/features-and-behavior
❓ Is it possible to somehow respect the local sidebar and merge it with the addon definition?
The text was updated successfully, but these errors were encountered: