Skip to content
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

Ch4 - 01-components.html - div id name #96

Open
vidya-hspl opened this issue Aug 18, 2021 · 0 comments
Open

Ch4 - 01-components.html - div id name #96

vidya-hspl opened this issue Aug 18, 2021 · 0 comments

Comments

@vidya-hspl
Copy link

Chapter 4 - 03-react-components/01-components.html

The target container or div name - they need to match. Only one change to be made.

  1. Change
    <div id="react-container"></div>

TO

    <div id="root"></div>

OR

document.getElementById("root")

TO

document.getElementById("react-container")
ksat8384 added a commit to ksat8384/learning-react that referenced this issue Nov 22, 2021
fix to match the target container with div name [MoonHighway#96]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant