-
Notifications
You must be signed in to change notification settings - Fork 11
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
Unhandled JS Exception: Syntax Error #16
Comments
@brunolemos I think this is a dupe: #14. Can you try again on latest version of RN? |
@cooperka
|
Thanks for the info @lucasleelz. I think this may be fixed by an upcoming PR. Feel free to check out the code and try it yourself: #20 |
Hi @cooperka
|
I started getting this error again as of RN v0.43; I made a PR to improve debug messages: facebook/react-native#13561. You can manually copy the changes there into your For me, Working bundled code using mode
Failing bundled code using mode
I'll try to diagnose further, but for now I'm just continuing to use mode |
well, it seems that during the babelification (or, during the bundling) the Normally, I'd expect that babel will ignore files from Possible fix might be not to add the |
@cooperka Again the problem is wrong
Removed
But, don't destructuring assignment with |
+1 |
Same error, I want to use immutable.js in my RN project . RN version:0.38.0 I use mode Then I download the bundle file, and rename to @tomaskulich |
Couldn't make it work on React Native.
The text was updated successfully, but these errors were encountered: