AngularJS / Angular 6 Hybrid App Duplicate Console Error Messages

167 Views Asked by At

See image below. I assume it's because it's an hybrid app that it would push out errors twice but then again I could be wrong about that. Has anyone encountered this before?

Why are errors being printed twice?

Duplicate console errors

1

There are 1 best solutions below

4
On

Check your window.webpackJsonp to see if it contains multiples of your node_modules. If it does then this would suggest that it's including the modules twice and so calling the same methods that output to the console.