Open kstan79 opened 10 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
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!
I have the same issue, and I solve it by restarting vite dev server
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?