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

[Violation] 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> #258

Open
wesdevpro opened this issue Jul 7, 2024 · 0 comments
Milestone

Comments

@wesdevpro
Copy link

wesdevpro commented Jul 7, 2024

Overview of the problem

Buefy version: [0.1.3]
Vuejs version: [3.3.7]
OS/Browser: Chrome

Description

The following warning(s) is displayed:

[Violation] 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>
[Violation] Added non-passive event listener to a scroll-blocking 'touchstart' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
[Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952

Steps to reproduce

Run the docs dev server then navigate in your browser to http://localhost:5173/documentation/table open the browser console to see the above warnings being printed over and over again. The warnings stopped for me around 806

Expected behavior

No warnings.

Actual behavior

Warnings

@wesdevpro wesdevpro added this to the v0.1.5 milestone Jul 22, 2024
@wesdevpro wesdevpro moved this to 🔖 Ready in Buefy Vue3 Project Board Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🔖 Ready
Development

No branches or pull requests

1 participant