Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kstan79 opened this issue Jan 28, 2024 · 3 comments

Comments

@kstan79
Copy link

kstan79 commented Jan 28, 2024

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
Copy link

JohnMica commented Apr 12, 2024

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
Copy link

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
Copy link

cubxx commented May 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants