-
Notifications
You must be signed in to change notification settings - Fork 89
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
Unexpected Token Error #99
Comments
For the current version of Babelify the syntax in the book is not supported but there is a quick fix:
|
Thanks, I was running in the same issue (below), but this fix resolved it! Syntax
|
If it can help someone else, in my case this error showed up after I introduced an error in my code. The error being in a react-native functional component :
|
@adrienthiery your comment was the most useful one! :) Pointed me to my error in RN. I used |
`SyntaxError: /home/rushikesh/Node_Applications/React-Twitter/snapterest/source/components/Application.react.js: Unexp
ected token (34:11)
32 | render:function () {
33 | return (
The text was updated successfully, but these errors were encountered: