We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the following deps
"dependencies": { "material-ui": "^0.3.3", "node-jsx": "^0.12.4", "react": "~0.12" }, "devDependencies": { "browserify": "~7.0", "nodemon": "~1.2.0", "reactify": "~0.17", "uglify-js": "~2.4", "watchify": "~2.1", }
I get the error
.../node_modules/material-ui/src/js/icon-button.jsx:19 var { ^ SyntaxError: Unexpected token {
The text was updated successfully, but these errors were encountered:
@rkmax you need to enable es6 transformations in reactify.
Sorry, something went wrong.
@gpbl thanks
No branches or pull requests
I have the following deps
I get the error
The text was updated successfully, but these errors were encountered: