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.
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.