meteor / react-packages

Meteor packages for a great React developer experience
http://guide.meteor.com/react.html
Other
573 stars 158 forks source link

Not compatible with React v15 #183

Closed ffxsam closed 8 years ago

ffxsam commented 8 years ago

React 15.0.0 is out now! Unfortunately, Meteor's React packages don't work. I get warnings:

WARNING: npm peer requirements not installed:
 - react@15.0.0 installed, react@0.14.x needed
 - react-addons-pure-render-mixin@15.0.0 installed, react-addons-pure-render-mixin@0.14.x needed

Read more about installing npm peer dependencies:
  http://guide.meteor.com/using-packages.html#peer-npm-dependencies

But even though it's just a warning, my app ceases to work properly.

ffxsam commented 8 years ago

Update: app not working was my own fault. ;)

codyparker commented 8 years ago

What was it? I'm getting the same error.

ffxsam commented 8 years ago

It's just a warning, and it's because react-meteor-data is depending on React v0.14. The team is working on it.

codyparker commented 8 years ago

Right, OK thanks!

stubailo commented 8 years ago

I believe this is fixed now, if you update to the newest versions.