Angular2 animation angular2在进行上一个动画时发生动画错误:错误类型错误:无法读取属性';拥有自己的财产';未定义的

Angular2 animation angular2在进行上一个动画时发生动画错误:错误类型错误:无法读取属性';拥有自己的财产';未定义的,angular2-animation,Angular2 Animation,我正在遭受: ERROR TypeError: Cannot read property 'hasOwnProperty' of undefined at http://0.0.0.0:4200/vendor.bundle.js:34007:40 at Array.forEach (native) at WebAnimationsPlayer.init (http://0.0.0.0:4200/vendor.bundle.js:34006:32) at Injec

我正在遭受:

ERROR TypeError: Cannot read property 'hasOwnProperty' of undefined
    at http://0.0.0.0:4200/vendor.bundle.js:34007:40
    at Array.forEach (native)
    at WebAnimationsPlayer.init (http://0.0.0.0:4200/vendor.bundle.js:34006:32)
    at InjectableAnimationEngine.DomAnimationEngine._queuePlayer (http://0.0.0.0:4200/vendor.bundle.js:33317:16)
    at InjectableAnimationEngine.DomAnimationEngine.animateTransition (http://0.0.0.0:4200/vendor.bundle.js:33232:14)
    at InjectableAnimationEngine.DomAnimationEngine.setProperty (http://0.0.0.0:4200/vendor.bundle.js:33103:18)
    at AnimationRenderer.setProperty (http://0.0.0.0:4200/vendor.bundle.js:66773:26)
    at DebugRenderer2.setProperty (http://0.0.0.0:4200/vendor.bundle.js:13520:23)
    at setElementProperty (http://0.0.0.0:4200/vendor.bundle.js:9797:19)
    at checkAndUpdateElementValue (http://0.0.0.0:4200/vendor.bundle.js:9716:13)
    at checkAndUpdateElementInline (http://0.0.0.0:4200/vendor.bundle.js:9650:24)
    at checkAndUpdateNodeInline (http://0.0.0.0:4200/vendor.bundle.js:12341:23)
    at checkAndUpdateNode (http://0.0.0.0:4200/vendor.bundle.js:12316:16)
    at debugCheckAndUpdateNode (http://0.0.0.0:4200/vendor.bundle.js:12945:59)
    at debugCheckRenderNodeFn (http://0.0.0.0:4200/vendor.bundle.js:12924:13)
调用第二个动画后,使用@angular/animations 4.0.2仍在进行上一个动画。如果让第一个动画完成,则不会发生上述错误。我应该如何调试这个

这是在@angular 2.0中运行的

编辑:这似乎就是这个问题