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
In chapter 1, the quiz question number 4:
You must include react-com.js in order to render React elements on a web page.
The answer to this is true. I believe it should be true for react-dom.js instead of react-com.js.
react-dom.js
react-com.js
The text was updated successfully, but these errors were encountered:
True, I believe it's a typo unless the question is accounting for both react-core and react-dom. Since you can't use one to render without the other?
Sorry, something went wrong.
No branches or pull requests
In chapter 1, the quiz question number 4:
The answer to this is true. I believe it should be true for
react-dom.js
instead ofreact-com.js
.The text was updated successfully, but these errors were encountered: