-
Notifications
You must be signed in to change notification settings - Fork 43
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
Incompatibility with [email protected] #45
Comments
I'm using this add-on @ 2.0.1 and it's working up to @ 6.1.20. |
I’m not sure how to fix this. I’m continuing my digging into the matter, but meanwhile I’ve also reached out to the Storybook team in this issue: storybookjs/storybook#14489 I hope we can find a solution soon! |
Looks like there's a workaround here: Can you try overriding your babel settings to include these? You can look at Storybook's babel settings by running https://storybook.js.org/docs/react/addons/writing-presets#babel |
Any progress on this? |
I’m taking another look now |
I need more info on how to reproduce this. @tommybl Can you provide your config, i.e. package.json, .storybook/main.js and .storybook/preview.js or a complete repo? |
For me, it's no longer an issue anymore. |
Ok, great! I guess this is mostly caused by mismatches between versions of Babel, Webpack and other dependencies. I’ll close this for now. |
I recently upgraded storybook to
6.1.21
from6.0.20
, and this storybook-addon-html addon to the latest5.0.0
, I get this error:I have babel-loader
^8.1.0
.Thanks
The text was updated successfully, but these errors were encountered: