Search code examples
reactjstypescriptredux

React throws thousands of TypeError any time I do something in the app


Everytime I do something in the app (only when started with npm start) the console throws thousands of Typerror messages: enter image description here

This does not happen when I build the app... Navigating through the backend.bundle file has no sense since it is minified and there is no _owner property in my code unless that autogenerated file 678.da0c3d...: enter image description here

Any body knows any hint about what can be happening? Thank you


Solution

  • If you're using the react developer tools browser extension try disabling it, this resolved the issue for me.

    React Version: 18.2.0

    React Developer Tools Version: 4.25.0