You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... Just read on with the next chapter, which then tackles that part. But, I think it would make sense to add a Sentence at the end along the lines "How to use that new component is described next."
On section for Nesting components, there's the following code snippet:
As it is, the components are nested, but the wrong one is then rendered.
It should be
root.render(<HomePage />);
instead.The text was updated successfully, but these errors were encountered: