meteor-reactive-aggregate
meteor-reactive-aggregate copied to clipboard
Updated to work with Meteor 1.7
Meteor 1.7 uses the new 3.x version of the MongoDB driver (see meteor/meteor#9936).
Have added the sakulstra:aggregate package as a dependency to handle extending the Mongo.Collection prototype.
Does this resolve the issue of mongo 3.6 expecting a cursor option?
#39 It's related? How can I test this pull request?
Sorry for the delayed reply.
@canstudios-matth Yes it does.
@pedrolucasoliva Yeah #39 is the same issue. If you clone FishSaidNo/meteor-reactive-aggregate as a local package by placing it into the /packages directory of your project, you will be able to verify.
I forked this repo: meteor add pedrolucasoliva:reactive-aggregate This works on. Thanks @FishSaidNo ans @JcBernack.