You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every render of the ScrollComponent causes the following warning:
index.es.js:1 - [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event.
Consider marking event handler as 'passive' to make the page more responsive.
See https://www.chromestatus.com/feature/5745543795965952
Note
This does not happen in version 2.2.0
I have also tested this in a private window (i.e. no extensions or shields) and I still get the same problem.
The default console in stackblitz will not display these warnings. You have to use the console in your browsers devtools.
The text was updated successfully, but these errors were encountered:
sean-s14
changed the title
Receiving [Violation] warning on every re-render of ScrollContainer
Receiving [Violation] warning on every render of ScrollContainer
Aug 7, 2023
Using:
With the following component:
Every render of the
ScrollComponent
causes the following warning:Note
This does not happen in version 2.2.0
I have also tested this in a private window (i.e. no extensions or shields) and I still get the same problem.
Reproduce warning:
https://stackblitz.com/edit/stackblitz-starters-yuzvcb?file=src%2FApp.js
Note
The default console in stackblitz will not display these warnings. You have to use the console in your browsers devtools.
The text was updated successfully, but these errors were encountered: