You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just checked out the RC for Meteor 3.1 and got an error coming from Line 214 in aggregate.js MongoInternals.NpmModule.ObjectID is undefined. If I remove lines 214-218 everything works fine again. I think this should probably be fine for new Meteor 3.1+ projects (If it's not defined anymore we should not get instances of that object anymore either).
What should we do about this?
The text was updated successfully, but these errors were encountered:
Just checked out the RC for Meteor 3.1 and got an error coming from Line 214 in aggregate.js
MongoInternals.NpmModule.ObjectID
is undefined. If I remove lines 214-218 everything works fine again. I think this should probably be fine for new Meteor 3.1+ projects (If it's not defined anymore we should not get instances of that object anymore either).What should we do about this?
The text was updated successfully, but these errors were encountered: