greensock / GSAP

GSAP (GreenSock Animation Platform), a JavaScript animation library for the modern web
https://gsap.com
19.85k stars 1.72k forks source link

GSAP & Sentry Error - TypeError: Attempted to assign to readonly property. #293

Closed soypaduano closed 5 years ago

soypaduano commented 5 years ago
{snip} rn[e]},_refreshBuffer:function(e){var t=this;return e._node.bufferSource=n.ctx.createBufferSource(),e._node.bufferSource.buffer=r[t._src],e. {snip}
* VERSION: 1.19.1
* DATE: 2017-01-17
* UPDATES AND DOCS AT: http://greensock.com
*
* Includes all of the following: TweenLite, TweenMax, TimelineLite, TimelineMax, EasePack, CSSPlugin, RoundPropsPlugin, BezierPlugin, AttrPl {snip}
soypaduano commented 5 years ago

This is the user agent where it appeared:

Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13G36 Safari/601.1

jackdoyle commented 5 years ago

Hm, can you please provide a reduced test case and also use the latest version of GSAP? I'm not sure what exactly you're saying the problem is or how to reproduce it, but I'd like to help.