MessageEvent spam in console dev tools
-
SidiBecker last edited by
Hi!
I'm having spam logs in the console in dev tools on Opera Gx.
The same thing happens on two different machines.
I already disabled all extensions, re-install, and nothing changes.
Can someone help me? -
Vinorixus last edited by
@sidibecker I have the same issue- here's some potentially helpful info:
- From what I've read so far the spam appears related to React Dev Tools-
- These messages don't appear on Chrome while visiting the same React App in dev mode
- When I installed Chrome's React Dev Tools extension on opera, the behavior of the log messages changed. Instead of a big spam of a large chunk at a time, the log messages are now staggered (seemingly 0.5s-1s apart lending more credibility to the idea that React Dev Tools is related
-
SidiBecker last edited by
I finally found the spam origin.
In my case, it was from Opera Cashback.
Spam stops when disable it. -
luigiMotin last edited by
@sidibecker I also saw that when inspecting the content_getdify.js file, disabling Opera Cashback from showing those annoying console.log() also worked for me. Thanks!
-