0

We had a an old babel-polyfill in our project. Now, when we remove it, Angular DevTools shows an infinite Change Detetction Loop with Source "Window.addEventListener:message".

Anyone has an idea, whats wrong ?

Basti291
  • 21
  • 5

1 Answers1

0

I fixed it. Core-js is a dependency of babel-polyfill and was removed with babel-polyfill. Now, if i add core-js, it works again. But i dont know why, i need it, so if anybody knows the answer, please let me know :)

Basti291
  • 21
  • 5