meteorhacks / zones

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

'undefined' is not an object error with Meteor 1.0 #67

Closed aldeed closed 9 years ago

aldeed commented 9 years ago

I'm getting this error while running with --release 1.0 on iOS device using meteor run ios-device. It might also occur with 1.0 Meteor in a normal browser. I haven't tried that yet, but I figured I'd report it.

Uncaught Error: TypeError: 'undefined' is not an object (evaluating 'Zone.Reporters.run'):23:http://meteor.local/packages/meteorhacks_zones/assets/tracer.js?1414777480361
arunoda commented 9 years ago

I couldn't get this by using the safari on iOS 8. But I didn't tried with meteor run ios-device yet.

Anyway, I made a potential fix for this with the newest release. Can you please give it a try.

aldeed commented 9 years ago

As far as I can tell, this is fixed.