randylien / generator-react-gulp-browserify

A Yeoman Generator for facebook's React library. It includes gulp, browserify, livereload and famous official Twitter bootstrap Sass version
422 stars 60 forks source link

React.renderComponent is not a function #29

Closed leszekhanusz closed 9 years ago

leszekhanusz commented 9 years ago

Running gulp watch for the first time, the following text appears in the console (app.js: 61)

TypeError: React.renderComponent is not a function  
React.renderComponent(React.createElement(TodoApp, null), mountNode);

Apparently renderComponent is renamed render in v0.12 https://facebook.github.io/react/blog/2014/10/28/react-v0.12.html

randylien commented 9 years ago

Thanks for your report. I forget to update app.coffee template.

randylien commented 9 years ago

Please try the new version 0.23.