Meteor-Community-Packages / meteor-collection2

A Meteor package that extends Mongo.Collection to provide support for specifying a schema and then validating against that schema when inserting and updating.
https://packosphere.com/aldeed/collection2
MIT License
1.02k stars 108 forks source link

How to run aldeed collection 2 on chrome's console client side. it doesn't work. Meteor.group.findOne(). Uncaught TypeError: Cannot read property 'findOne' of undefined at <anonymous>:1:13 (anonymous) @ VM397:1 #360

Closed varunajmera0 closed 7 years ago

varunajmera0 commented 7 years ago

Meteor.group.findOne() VM397:1 Uncaught TypeError: Cannot read property 'findOne' of undefined at :1:13 (anonymous) @ VM397:1

aldeed commented 7 years ago

Closing. Not a collection2 issue.