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
My first pass through this tutorial I spent a lot of time editing src/index.js without seeing results.
src/index.js
That's because I was actually supposed to modify src/react/index.js instead of src/index.js.
src/react/index.js
I think it might be helpful to add a comment in src/index.js to let people know that it's not the correct file to edit for the first task.
I have a fix for this locally for which I can create a pull request.
The text was updated successfully, but these errors were encountered:
close sveinpg#38 by differentiating src/index.js file
e4639de
Successfully merging a pull request may close this issue.
My first pass through this tutorial I spent a lot of time editing
src/index.js
without seeing results.That's because I was actually supposed to modify
src/react/index.js
instead ofsrc/index.js
.I think it might be helpful to add a comment in
src/index.js
to let people know that it's not the correct file to edit for the first task.I have a fix for this locally for which I can create a pull request.
The text was updated successfully, but these errors were encountered: