wakoong opened this issue 7 years ago · 1 comments
Page 14
var mount = document.querySelector('#app) ReactDOM.render(<App />, mountComponent)
var mount = document.querySelector('#app)
ReactDOM.render(<App />, mountComponent)
I believe the second argument should be mount instead of mountComponent!
Doh! Thanks for pointing this out!