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
[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
[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
The text was updated successfully, but these errors were encountered:
Overview of the problem
Buefy version: [0.1.3]
Vuejs version: [3.3.7]
OS/Browser: Chrome
Description
The following warning(s) is displayed:
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
The text was updated successfully, but these errors were encountered: