Okay. I was using the earlier Beta and this was causing conflicts with react-meteor-data and the NPM installed react. I guess I’ll have to upgrade and see if it works alright. Thanks!
Note that in the final releases, react-runtime will simply redirect to NPM react, so there will be no problem at all using packages from Atmosphere and NPM both together with React.
Good to know. Right now I have a whole bunch of Tracker.autorun and Tracker.dependency since I couldn’t get react-meteor-data to work with NPM support. Will be so nice to remove all those once a consistent work flow is agreed upon by MDG and the community
Most buildpacks I’ve tried insist on using version 1.2.1. I’m not familiar yet with creating or editing buildpack scripts. Can anyone point me in the right direction?
I have a problem with modules that i want to be both on the server and on the client.
I have a dependant module on the client in /client/imports/dependantA.js
I have a dependant module on the server in /server/imports/dependantB.js
Where do i put my dependency.js module for it to be importable in both modules ?
I have tried in /imports, but it doesn’t work.
Thank you.
to support his point, I’ve had to experiment with getting my paths right aswell - I’m on beta 5, and I’ve had to use root path’s aswell for shared code.
I’m sure the modules team would appreciate some info/reproductions! We hope that anyone will be able to upgrade without any issues for the final release.