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
{{ message }}
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Hello, and thank you for your work on Material Components for Web. I recently started experiencing these warnings in the Chrome console. There is a similar issue previously reported in #4460
[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
Hello, and thank you for your work on Material Components for Web. I recently started experiencing these warnings in the Chrome console. There is a similar issue previously reported in #4460
[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
This line seems to be the cause of the warning.
material-components-web/packages/mdc-slider/component.ts
Line 326 in 121e1f3
The text was updated successfully, but these errors were encountered: