core.js:4197 ОШИБКА TypeError: невозможно прочитать свойство parentNode неопределенного Angular 10
Я получаю некоторую ошибку в моей консоли после переноса моего проекта с angular 7.2 на angular 10.
core.js:4197 ERROR TypeError: Cannot read property 'parentNode' of undefined
at EmulatedEncapsulationDomRenderer2.parentNode (dom_renderer.ts:177)
at InjectableAnimationEngine.AnimationRendererFactory.engine.onRemovalComplete (animation_renderer.ts:37)
at TransitionAnimationEngine.AnimationEngine._transitionEngine.onRemovalComplete (animation_engine_next.ts:35)
at TransitionAnimationEngine._onRemovalComplete (transition_animation_engine.ts:551)
at TransitionAnimationEngine.removeNode (transition_animation_engine.ts:752)
at InjectableAnimationEngine.onRemove (animation_engine_next.ts:70)
at BaseAnimationRenderer.removeChild (animation_renderer.ts:175)
at BusyDirective.set (busy.directive.ts:57)
at setInputsForProperty (core.js:8648)
at elementPropertyInternal (core.js:7693)