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

TypeError: Attempting to change the setter of an unconfigurable property. #65

Open
moooji opened this issue Oct 19, 2014 · 6 comments
Open

Comments

@moooji
Copy link

moooji commented Oct 19, 2014

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)

@arunoda
Copy link
Member

arunoda commented Oct 19, 2014

What's the browser and OS?

@krstffr
Copy link

krstffr commented Oct 30, 2014

I get this in Mac OS X 10.9.5, Safari 7.1 (9537.85.10.17.1). Not in Chrome or Firefox though.

@arunoda
Copy link
Member

arunoda commented Oct 30, 2014

alright. We'll work on this. Thanks for the info.

@thani-sh
Copy link
Contributor

Hi,
Can I have a look at the page. I'm using http://zones-example.meteor.com to test zones and it doesn't throw that error. I checked is with Safari 7.0.6 (Browserstack/OS X 10.9.5) and Safari 8.0 (Local/OS X 10.10).

@thani-sh
Copy link
Contributor

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 configurable to false.

@arunoda
Copy link
Member

arunoda commented Nov 1, 2014

Released a fix for this issue with zones 1.4.0
Use that.

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