meteor / react-packages

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

React.DOM split from React core in v14 #135

Closed genyded closed 8 years ago

genyded commented 8 years ago

React split out React.DOM from the core in v14... are there plans to add a react-DOM package to Meteor? Some third party packages such as Material-UI depend on this and will return npm WARN EPEERINVALID material-ui@0.13.2 requires a peer of react-dom@^0.14.0 but t none was installed when using the latest Meteor.

I am going to try to pull it in via NPM for now, but that could get hard to manage across release and it also seems it would be better to be consistent.

Un3qual commented 8 years ago

+1

yyx990803 commented 8 years ago

This is now available globally as ReactDOM.