TypeError: Cannot assign to read only property 'target' of object '#<AnimationPlaybackEvent>'
See original GitHub issueThis error appears with latest 2.2.3 release.
TypeError: Cannot assign to read only property 'target' of object '#<AnimationPlaybackEvent>'
Not yet managed to create a small repro, will investigate.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:18
- Comments:27 (7 by maintainers)
Top Results From Across the Web
Uncaught TypeError: Cannot assign to read only property '' of ...
It returns the target object as the return value of its operation. So, in the first syntax: Object.assign({}, elementStyle , style). you are ......
Read more >angular/angular-cli - Gitter
Hey guys, this is really weird, I'm using Angular-CLI + Docker, so I'm just change my default style to scss. and now my...
Read more >AnimationPlaybackEvent - Web APIs - MDN Web Docs
Chrome Edge
AnimationPlaybackEvent Full support. Chrome84. Toggle history Full support...
AnimationPlaybackEvent() constructor Full support. Chrome84. Toggle history Full support...
currentTime Full support. Chrome84. Toggle history Full...
Read more >Index - Web APIs
# Page Tags and summary
1 Web APIs API, DOM, Landing, Reference, Web
2 ANGLE_instanced_arrays API, Reference, WebGL, WebGL extension
13 AbortSignal: abort event abort, events...
Read more >web.CustomEvent — clojure-interop/cljs-web-api 1.0.10 - cljdoc
The bubbles read-only property of the web. ... Event interface returns event's path which is an array of the objects on which ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

+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 😭 )
This has been fixed in #124. Please update to 2.2.4!