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
[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive.
#270
Open
MohRaouf opened this issue
Feb 14, 2024
· 0 comments
I get the following warning in the browser console,
branch-viewer.component.html:2 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive.
With the following simple setup of the carousel, in angular 17
I get the following warning in the browser console,
branch-viewer.component.html:2 [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive.
options I use :
I know it's just a warning for performance recommendation, however it worth to mention and better to fix,
The text was updated successfully, but these errors were encountered: