antoniandre / vue-cal

A Vue 2 & 3 full calendar, no dependency, no BS. :metal:
https://antoniandre.github.io/vue-cal
MIT License
1.2k stars 230 forks source link

Alot of console verbose log: "Added non-passive event listener to a scroll-blocking..." #570

Open kstan79 opened 5 months ago

kstan79 commented 5 months ago

I'm trying to integrate vue-cal into my project, so far it work as expected but too much verbose:

Added non-passive event listener to a scroll-blocking <some> event. Consider marking event handler as 'passive' to make the page more responsive. See <URL> Any way to hide it?

vue-cal log

JohnMica commented 3 months ago

seems that the library does add the { passive: false} but something else in your app is dealing with this somehow

I've had this issue when using HeadlessUI Tabs togheter withc Vue-Cal and its almost killing the page

BlazeBiz commented 2 months ago

I have this issue also. I see it was documented way back in 2022 here.

I'm using this in a brand new Vue 3 app, and vue-cal is the only Vue component that I'm using. So it's not a conflict of libraries as @JohnMica seems to be indicating.

Does anyone know how to fix this violation?

I recently discovered vue-cal and I'm really impressed - it's a great library!

Cubxx commented 1 month ago

I have the same issue, and I solve it by restarting vite dev server