meteorhacks / zones

Zone.js integration for meteor
MIT License
30 stars 11 forks source link

TypeError: Cannot read property 'split' of undefined #53

Open benmgreene opened 10 years ago

benmgreene commented 10 years ago

I added zones to my pre-Meteor 0.9.x project and immediately received this error:

Error: Exception in defer callback:
TypeError: Cannot read property 'split' of undefined
    at Component.UI.Component.notifyParented 

Is zones just not pre-0.9.x compatible, or is there something else going wrong here?

Thanks much.

arunoda commented 10 years ago

What's the Meteor version and if you send me sample code, that'd be great. And hope you are using the latest version of zones - 1.2.0

benmgreene commented 10 years ago

I’m on Meteor 0.8.2 — I don’t know how I’d boil this down to something small that reproduces the error since it happens on every page and every load — I do believe it was the newest version of zones (or the newest one that mrt add zones retrieved). I’m going to be migration to current Meteor soon, so I’m not too worried by this, I can wait.

On Sep 9, 2014, at 11:33 AM, Arunoda Susiripala notifications@github.com wrote:

What's the Meteor version and if you send me sample code, that'd be great. And hope you are using the latest version of zones - 1.2.0

— Reply to this email directly or view it on GitHub.