Dependency for Meteor packages that need React.
Will connect to either the Meteor react-runtime package or to an app installed NPM React module.
If you package has a hard requirement on the meteor react packages, a 1.3 app using the NPM React module will have multiple copies of React and cause conflicts.
This package allows your package to use whichever version of React is setup by the application.
Inside your packages package.js file replace react or react-runtime
api.use('[email protected]')
with
api.use('alt:[email protected]')