Howdy! The code for Lesson 5 looks like it was written in 9/2014, which may mean it was using v0.11. In v0.12, according to this post, React.renderComponent() becomes React.render(). I could try and sketch out a pull request myself if that would be necessary. Thanks!
Howdy! The code for Lesson 5 looks like it was written in 9/2014, which may mean it was using v0.11. In v0.12, according to this post,
React.renderComponent()
becomesReact.render()
. I could try and sketch out a pull request myself if that would be necessary. Thanks!