Hello,
I am a bit lost with SimpleSchema packages.
I have meteor add’ed aldeed:collection2 v4.1.5. But this one requires aldeed:simple-schema meteor package v2.0, while simpl-schema is available as an independant npm since (years?). Unfortunately I have built my application with this npm which is v3.4. and it seems that having these two versions simultaneously produces weird bugs…
Would you have any suggestion ?
Obvious first one is to remove simpl-schema npm and go back to aldeed:simple-schema v2 ![]()
Another one is to locally patch collection2 to use the npm (which I have tested and at least fix my bugs). I would be willing to propose a PR but I am not sure if this is the way Meteor guys want go ?
Or maybe there is another solution ?
Thanks for your help.
Regards
Pierre