-
Notifications
You must be signed in to change notification settings - Fork 409
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: Cannot assign to read only property 'target' of object '#<AnimationPlaybackEvent>' #123
Comments
+1 Had to downgrade our version to 2.2.2 to get things working. Had the boss yelling down my ear at this one! (CI live site deploy for-the-fail 😭 ) |
We have this error as well. |
Me too, I had to downgrade to 2.2.2. |
Yeah..downgraded to 2.2.2 |
Just curious, what behavior is affected by this error? Currently I only see this error when clicking on paper-icon-buttons, and at least the functionality appears to be intact. |
Some elements using animations like |
I have the same problem! |
Same issue here |
Up! 2.2.3 Breaks almost every Polymer app. |
This has been fixed in #124. Please update to 2.2.4! |
…nimations-js#123" This reverts commit fb962af.
@samuelli FYI, I'm not seeing 2.2.4 deployed in npm. I see it on the repo releases but not npm. |
cc @alancutter: looks like NPM publishing didn't work. Can you re-publish to NPM? Thanks. |
Apologies. The npm release should be at 2.2.4 now. |
@alancutter thank you! |
this problem isn't fix with 2.2.4 --> tested with paper-dialog and i have the same error message! |
@lousley: can you provide reproduction steps? Can you run |
I found the problem in the library web-animations-next-lite.min.js.gz! Is it possible that you have forgot update the .gz file? |
Uhoh, the .gz file isn't even supposed to be there. The release instructions should probably be updated to use |
ah ok :) do you make a new version? |
Thanks for reporting the mishap, removed the erroneous *.gz files in https://github.com/web-animations/web-animations-js/releases/tag/2.2.5. |
@alancutter thank you! |
I am experiencing this issue again when I updated all my dependencies to Polymer 2.0. Has anybody also experienced this issue again in Polymer 2.0? |
BTW: The warning in the console disappears when I add the import |
@BorntraegerMarc: can you remove your If it's still broken can you dump your |
@samuelli Thanks for the fast feedback. I did as you asked but the error still persists. Here is the dump of my dependencies:
I already had the issue with version 2.2.3 and Polymer 1. But then with the next released the issue got fixed and now after the upgrade I experience the error again. |
I think this element PolymerElements/iron-dropdown#132 uses web-animations-js and caused it to fail, maybe? |
Same problem using
Any fix? |
This error appears with latest
2.2.3
release.Not yet managed to create a small repro, will investigate.
The text was updated successfully, but these errors were encountered: