Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after 1.1 upgrade - Exception from Tracker recompute function: TypeError: Cannot read property 'destroyMembers' of undefined #4097

Closed
risul opened this issue Apr 1, 2015 · 4 comments

Comments

@risul
Copy link

risul commented Apr 1, 2015

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?

@olddevyg
Copy link

olddevyg commented Apr 1, 2015

Having same issue here ! For me it's for my user profile but the error is similar and just came after 1.1 upgrade. Meteor or Iron Router, how's guilty ?

@glasser
Copy link
Contributor

glasser commented Apr 1, 2015

Are you able to provide a reproduction, as described at https://github.com/meteor/meteor/wiki/Contributing-to-Meteor#reporting-a-bug-in-meteor ?

@glasser
Copy link
Contributor

glasser commented Apr 1, 2015

@dgreensp @Slava I think this might be a bug in 28c760e ?

@dgreensp
Copy link
Contributor

dgreensp commented Apr 1, 2015

Fixed on devel; thanks for the report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants