Hello,
After update to meteor 1.1 today, I'm seeing this error in browser console:
Exception from Tracker recompute function:
debug.js:41 TypeError: Cannot read property 'destroyMembers' of undefined
at view.js:357
at tracker.js:234
at Object.Tracker.nonreactive (tracker.js:560)
at Tracker.Computation.onInvalidate (tracker.js:233)
at Object.Tracker.onInvalidate (tracker.js:577)
at doRender (view.js:356)
at view.js:191
at Function.Template._withTemplateInstanceFunc (template.js:437)
at view.js:190
at Object.Blaze._withCurrentView (view.js:521)
As far as I can see this error happens first time I visit a route.. because when I go to another route (after this error) and revisit the first route that gave me error, my route is rendered and everthing seems to be fine.
Could this be a Meteor bug?