diff --git a/chapter-04/03-react-components/01-components.html b/chapter-04/03-react-components/01-components.html index 4a9ec376..4b56c905 100644 --- a/chapter-04/03-react-components/01-components.html +++ b/chapter-04/03-react-components/01-components.html @@ -30,7 +30,7 @@ ReactDOM.render( React.createElement(IngredientsList, null, null), - document.getElementById("root") + document.getElementById("react-container") );