You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an RangeError: Maximum call stack size exceeded
Tween.js:315 Uncaught RangeError: Maximum call stack size exceeded
at Function.installPlugin (Tween.js:315)
at Function.install (easeljs.module.js?:formatted:3611)
at Function.installPlugin (Tween.js:316)
at Function.install (easeljs.module.js?:formatted:3611)
at Function.installPlugin (Tween.js:316)
at Function.install (easeljs.module.js?:formatted:3611)
at Function.installPlugin (Tween.js:316)
at Function.install (easeljs.module.js?:formatted:3611)
at Function.installPlugin (Tween.js:316)
at Function.install (easeljs.module.js?:formatted:3611)
In easeljs.module.js
classMovieClipPlugin{constructor(){throw"MovieClipPlugin cannot be instantiated.";}staticinstall(){createjs_tweenjs_src_Tween__WEBPACK_IMPORTED_MODULE_0__["default"].installPlugin(MovieClipPlugin);// ^^^^^^^^^^^^^^^^^ RangeError: Maximum call stack size exceeded}staticinit(tween,prop,value){returnvalue;}statictween(tween,prop,value,startValues,endValues,ratio,wait,end){if(!(tween.targetinstanceofMovieClip)){returnvalue;}returnratio===1 ? endValues[prop] : startValues[prop];}}
Issue Details
Importing this
And trying to instantiate a Movie clip
I get an
RangeError: Maximum call stack size exceeded
In
easeljs.module.js
in
Tween.js
The text was updated successfully, but these errors were encountered: