-
Notifications
You must be signed in to change notification settings - Fork 162
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
Exception thrown and not caught #2
Comments
Same issue: facebook/react#3682 |
Related issue reduxjs/react-redux#133 |
Related to https://phabricator.babeljs.io/T2322 |
Related to reduxjs/react-redux#227 |
|
Babel might transform your source to |
|
Write ES6 code
the babel will transform to:
So, we can use the 'import' syntax. |
No description provided.
The text was updated successfully, but these errors were encountered: