Skip to content

Commit

Permalink
Update 01-components.html
Browse files Browse the repository at this point in the history
fix to match the target container with div name [MoonHighway#96]
  • Loading branch information
ksat8384 committed Nov 22, 2021
1 parent 276a0bc commit 6ae62c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapter-04/03-react-components/01-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

ReactDOM.render(
React.createElement(IngredientsList, null, null),
document.getElementById("root")
document.getElementById("react-container")
);
</script>
</body>
Expand Down

0 comments on commit 6ae62c1

Please sign in to comment.