You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the browserify build fails due to parse errors in HumanForm.js : Error: Parse Error: Line 38: Unexpected token = in "/public/js/react_components/HumanForm.js
#3
Open
ridmahajan opened this issue
May 16, 2014
· 3 comments
This is the error i get:
Error: Parse Error: Line 38: Unexpected token = in "/public/js/react_components/HumanForm.js
This is line 38 that gets generated in handleSubmit function:
var = this.refs..getDOMNode().value.trim();
The text was updated successfully, but these errors were encountered: