ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
661 stars 164 forks source link

Getting Error In console [Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event ? #90

Closed geminigeek closed 1 year ago

geminigeek commented 2 years ago

Getting console error/info "[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event Consider marking event handler as 'passive' to make the page more responsive"

i am planning to use multiple carousel component on a page this might cause performance issue ?

Steps to reproduce the behavior: the issue is also in the example page https://ismail9k.github.io/vue3-carousel/examples.html#basic-example just reload and check the console.log in Chrome

Expected behavior : no violation warning

github-actions[bot] commented 2 years ago

This issue is stale because it has been open for 30 days with no activity.

LighthouseKeeperYN commented 1 year ago

Still reproducible.

ismail9k commented 1 year ago

This warning is fixed in the latest version

jlecointecaplaser commented 1 year ago

This error is still relevant in v0.2.9 as well as on the sample page: https://ismail9k.github.io/vue3-carousel/examples.html#basic-example