yogiben / meteor-starter

Kickstart your meteor projects
MIT License
424 stars 145 forks source link

Issue on collections list #92

Open pomahtuk opened 8 years ago

pomahtuk commented 8 years ago

Getting this error in console when trying to display all items inside collection

TypeError: Cannot convert undefined or null to object
    at hasOwnProperty (native)
    at Function._.has (http://localhost:3000/packages/underscore.js?fa590de5090ceb4a42555b48562fd8f8e7035758:1124:27)
    at Object.Blaze._lexicalBindingLookup (http://localhost:3000/packages/blaze.js?695c7798b7f4eebed3f8ce0cbb17c21748ff8ba8:3060:11)
    at Blaze.View.lookup (http://localhost:3000/packages/blaze.js?695c7798b7f4eebed3f8ce0cbb17c21748ff8ba8:3134:36)
    at Blaze.View.lookup (http://localhost:3000/packages/iron_dynamic-template.js?ebc5266f87a0be7618b1f690df32f1aa90ec89d7:769:23)
    at Template.adminDeleteBtn.HTML.A.HTML.I.doc (http://localhost:3000/packages/yogiben_admin.js?b9ccd2d5fdb467996d0b508819c17a741fdeb92a:1098:38)
    at Object.Blaze._withCurrentView (http://localhost:3000/packages/blaze.js?695c7798b7f4eebed3f8ce0cbb17c21748ff8ba8:2219:12)
    at Blaze._HTMLJSExpander.def.visitAttribute (http://localhost:3000/packages/blaze.js?695c7798b7f4eebed3f8ce0cbb17c21748ff8ba8:2147:21)
    at HTML.TransformingVisitor.def.visitAttributes (http://localhost:3000/packages/htmljs.js?02fcaaa6a72c008a5f618f8ec940eac2d240fc2c:229:44)
    at Blaze._HTMLJSExpander.def.visitAttributes (http://localhost:3000/packages/blaze.js?695c7798b7f4eebed3f8ce0cbb17c21748ff8ba8:2141:63)