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
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?
The text was updated successfully, but these errors were encountered:
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'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?
The text was updated successfully, but these errors were encountered: