We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f574225 commit fc35ae9Copy full SHA for fc35ae9
4.html
@@ -86,7 +86,7 @@ <h1>Shopping List for {this.props.name}</h1>
86
87
// Below is the render function from react-dom
88
// It injects a react component into a component in the regular dom.
89
-render(<ShoppingList name="Whatever" />, baseDiv)
+render(<ShoppingList name="Whatever"></ShoppingList>, baseDiv)
90
</code></pre>
91
</section>
92
<section>
0 commit comments