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
VM77:45 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
As you can see the touchmove event is not marked as passive.
The text was updated successfully, but these errors were encountered:
REPL
Open Devtools:
As you can see the touchmove event is not marked as passive.
The text was updated successfully, but these errors were encountered: