-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
ReferenceError: regeneratorRuntime is not defined #5510
Comments
Hi @titouancreach, any chance you could upload your code somewhere? The issue is in the ui code (ie not your code controlled by your babel config). The regenerator runtime should be part of the manager webpack config. Can you try with the latest beta ( |
You know it is interesting, I defaulted to installing via |
Aha! I knew this would come to bite us! The issue is you have put in If you change to an exact match ( Sorry about this! |
Nice, I was wondering why storybook show "5.0.0-debug-3" in the console! Thank :) |
I'm on |
Describe the bug
I just migrated from v5 alpha to v5 beta. Now I can see in the console: "ReferenceError: regeneratorRuntime is not defined". I've so added babel-plugin-transform-runtime to the list of my babel plugins but nothing changed (I think this include only the polyfill to my code and not to Storybook) .
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Storybook that run
Screenshots
Should not be very usefull but here is the code that throw
System:
Thanks for reading :)
The text was updated successfully, but these errors were encountered: