jsdf / coffee-reactify

DEPRECATED – browserify transform to compile coffeescript + react jsx (cjsx)
MIT License
109 stars 7 forks source link

Working with React 0.13.x #8

Closed nakwa closed 9 years ago

nakwa commented 9 years ago

Hi there!

This is maybe more a question than an issue, but : I can make coffee-reactify work nicely with react 0.12.1 coffee-script, browserify, coffeeify, and coffee-react-transform.

However I can't get this set-up to work with react 0.13.x. I can update my react code and it will compile the build properly but I then I get the following js error : Error: Invariant Violation: React.render(): Invalid component element.

Thank you!

nakwa commented 9 years ago

Ok my bad, this was due to how I was rendering component in my application; there is some differences on how it's handle between 0.12.1 and 0.13.1. However @jsdf you should probably update the "version compatibility" paragraph in README.md , this might be misleading :)