akanix42 / meteor-css-modules

MIT License
92 stars 20 forks source link

Meteor and react-toolbox require react-toolbox version 0.16.2 or lower? #48

Closed hervejegou closed 8 years ago

hervejegou commented 8 years ago

I use Meteor and react-toolbox, follow the instructions in wiki:

I can only use the April version (0.16.2) npm install --save react-toolbox@0.16.2 if you use npm install --save react-toolbox and get the latest version (1.0?) it will not work well?? I will test again but for now I installed version 0.16.2 and all is fine...

hervejegou commented 8 years ago

I managed to update... there were some breaking changes in react-toolbox and after some debugging, and following exactly the instructions on https://github.com/nathantreid/meteor-react-toolbox-example (package syntax and versions used) and it works