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
use version 16 to build the code, but it failed in lesson ONE T_T, build 'Hello world' and then throw the error, HELP T_T
The text was updated successfully, but these errors were encountered:
Hey I don't think that code is valid anymore. Include the Dom-factories with this script
<script src="https://unpkg.com/[email protected]/index.js"></script>
Then everywhere the book uses React.DOM replace it with ReactDOMFactories
e.g
ReactDOMFactories.h1(null, "Hello World!")
Happy Coding!
Sorry, something went wrong.
thanks, it worked!
thank, it has worked!
No branches or pull requests
use version 16 to build the code, but it failed in lesson ONE T_T, build 'Hello world' and then throw the error, HELP T_T
The text was updated successfully, but these errors were encountered: