Open laddi-netapp opened 1 year ago
I wonder if this is similar to https://github.com/storybookjs/addon-styling/issues/80
Looks like in addon-styling
they simply removed the managerEntries
export from the preset.ts
file. (ref)?
I'm looking into the warnings. See https://github.com/UX-and-I/storybook-design-token/issues/189 for the "disable" parameter.
Hi there! I came across this open issue while trying to figure out why I was getting the storybook-design-token was loaded twice, this could have bad side-effects
error in my console. (I'm using 3.1.0.)
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.