react-infinite-scroller icon indicating copy to clipboard operation
react-infinite-scroller copied to clipboard

[Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See <URL>

Open firov opened this issue 4 years ago • 2 comments

Describe the bug When scrolling browser spams to console: [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See <URL>

  • OS: MACOS
  • Browser Yandex Browser (Chromium)
  • Version 19.6.0.1583

Stacktrace:

value: function mousewheelListener(e) { // Prevents Chrome hangups // See: https://stackoverflow.com/questions/47524205/random-high-content-download-time-in-chrome/47684257#47684257 if (e.deltaY === 1) { e.preventDefault(); } }

firov avatar Aug 29 '19 10:08 firov