-
Notifications
You must be signed in to change notification settings - Fork 117
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
Failed to compile #2
Comments
did you import React into your App? |
import React, { Component } from 'react'; |
Had the same issue. It works now after I added this import to app.js: |
Yes, same. I think this issue should be close @mcchan1 |
Also, for the ones that have recently tried the tutorial, you might also want to replace Grid with Component. |
Failed to compile
./src/App.js
Line 104: 'Grid' is not defined react/jsx-no-undef
Line 106: 'Form' is not defined react/jsx-no-undef
Line 111: 'Button' is not defined react/jsx-no-undef
Line 119: 'Button' is not defined react/jsx-no-undef
Line 121: 'Table' is not defined react/jsx-no-undef
Please help!
The text was updated successfully, but these errors were encountered: