-
Notifications
You must be signed in to change notification settings - Fork 11
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
TypeError: Attempting to change the setter of an unconfigurable property. #65
Comments
What's the browser and OS? |
I get this in Mac OS X 10.9.5, Safari 7.1 (9537.85.10.17.1). Not in Chrome or Firefox though. |
alright. We'll work on this. Thanks for the info. |
Hi, |
The error can be avoided with #66 but still it won't be able to track 'onclick' events. I think some other package defines the property and sets |
Released a fix for this issue with zones 1.4.0 |
Noticed this in the client console when using kadira/zones
[Error] TypeError: Attempting to change the setter of an unconfigurable property.
defineProperty (zone.js, line 283)
patchProperty (zone.js, line 283)
(anonymous function) (zone.js, line 299)
forEach ([native code], line 0)
patchProperties (zone.js, line 298)
patchViaPropertyDescriptor (zone.js, line 443)
patch (zone.js, line 407)
init (zone.js, line 668)
global code (after.js, line 16)
The text was updated successfully, but these errors were encountered: