-
Notifications
You must be signed in to change notification settings - Fork 123
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
Disabling addon panel does not work #189
Comments
I've seen the same in |
Same for |
Any fix coming for this @Sqrrl ? |
It seems to be an issue with the preview.js not exporting the object. I've adjusted the README accordingly. Adding |
Disabling the panel works in 3.0.0-beta.7 with
I made a short screen capture. As you can see, the "Design Tokens" Tab is initially visible and disappears immediately. storybook-design-token.mov |
I've seen the same behaviour in previous beta versions as well, very annoying... |
Seeing the same useMemo error. |
|
Hello,
I've copied the code to disable the addon panel into
./storybook/preview.js
as it appears in the documentation:However, the Design Tokens panel still appears on Stories.
Using version
3.0.0-beta.3
of this plugin, and Storybook version7.4.2
.Thanks!
The text was updated successfully, but these errors were encountered: