Skip to content
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

Error with missing regeneratorRuntime #537

Closed
akofman opened this issue Oct 7, 2016 · 1 comment
Closed

Error with missing regeneratorRuntime #537

akofman opened this issue Oct 7, 2016 · 1 comment
Labels

Comments

@akofman
Copy link

akofman commented Oct 7, 2016

With the actual version of babel-preset-react-app, we have two different versions of babel-plugin-transform-regenerator :

$npm ls babel-plugin-transform-regenerator 
babel-preset-react-app@0.2.1 
├── babel-plugin-transform-regenerator@6.14.0
└─┬ babel-preset-latest@6.14.0
  └─┬ babel-preset-es2015@6.16.0
    └── babel-plugin-transform-regenerator@6.16.1

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.

@arunoda arunoda added the bug label Oct 7, 2016
@arunoda
Copy link
Member

arunoda commented Oct 7, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants