fullstackreact/30-days-of-react

Lesson 3 - wrong ReactDOM.render position?

wakoong opened this issue · 1 comments

Page 14

var mount = document.querySelector('#app)
ReactDOM.render(<App />, mountComponent)

I believe the second argument should be mount instead of mountComponent!

auser commented

Doh! Thanks for pointing this out!