-
Notifications
You must be signed in to change notification settings - Fork 125
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
Getting warnings during startup and usage of addon in v3 beta #186
Comments
I wonder if this is similar to storybookjs/addon-styling#80 Looks like in storybook-design-token/addon/src/preset.ts Lines 12 to 14 in e90801f
|
I'm looking into the warnings. See #189 for the "disable" parameter. |
Hi there! I came across this open issue while trying to figure out why I was getting the Have there been any developments since November related to these warnings? |
I'm using 3.0.0-beta-5 and I get two different warnings during startup/usage:
The first one immediately after opening Storybook:
The other one shows up when opening a story:
Also, setting
parameters: { designToken: { disable: true } } }
doesn't seem to work in v3.x. The tab is shown (along with the error above) and when I click the tab, nothing happens and the tab is then removed. It will reappear if I do a reload of the browser window.The text was updated successfully, but these errors were encountered: