ManuelDeLeon / viewmodel

MVVM for Meteor
https://viewmodel.org
MIT License
205 stars 23 forks source link

TypeError: undefined is not an object (evaluating 'n.vmId') #229

Closed dnish closed 8 years ago

dnish commented 8 years ago

Hey Manuel, my Kadira logs are full with the error above. It seems to happen only on mobile Safari, at the moment I can't reproduce it on my local environment.

Do you have any idea in which typical case this error is thrown?

ManuelDeLeon commented 8 years ago

No clue what Kadira is doing... On Apr 12, 2016 9:00 AM, "dnish" notifications@github.com wrote:

Hey Manuel, my Kadira logs are full with the error above. It seems to happen only on mobile Safari, at the moment I can't reproduce it on my local environment.

Do you have any idea in which typical case this error is thrown?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/ManuelDeLeon/viewmodel/issues/229

dnish commented 8 years ago

Ah I mean that it happens in my project and Kadira logs this errors. Kadira only shows this error and no information which part of my script causes it :(

fvpDev commented 8 years ago

you have any templates named "n" that only render on mobile?

dnish commented 8 years ago

@fvpDev Nope, there is to template that have this name.

@ManuelDeLeon I'll close the issue because I can't reproduce, if I got more, I'll reopen it again.