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
@AdrianoCahete Can you paste your header.js file after making the change?
The error you are seeing is eslint complaining that props is not defined. Perhaps you forgot to
replace () in export default () => <h1>This is a header.</h1> with props?
Summary
On Part One tutorial, on step "Using sub-components", step 4:
But when build runs, an error occurs:
Is something that the tutorial is wrong or is something that i'm doing wrong?
The text was updated successfully, but these errors were encountered: