You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This prevents to use storybook without babel-polyfill. I did a PR to creat-react-app to fix this issue. Once it will be released, we should update the version of babel-preset-react-app.
The text was updated successfully, but these errors were encountered:
I'll bump the version when it's published.
We we use semvar, you could simply do a clean node_modules and install deps again to fix this issue on the Storybook side.
With the actual version of
babel-preset-react-app
, we have two different versions ofbabel-plugin-transform-regenerator
:This prevents to use storybook without
babel-polyfill
. I did a PR tocreat-react-app
to fix this issue. Once it will be released, we should update the version ofbabel-preset-react-app
.The text was updated successfully, but these errors were encountered: