nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.79k stars 154 forks source link

[Timeline]: touchstart event should be passive #660

Closed Jannchie closed 2 months ago

Jannchie commented 2 months ago

🐛 The bug

I’ve noticed that when the timeline is enabled, there are some warning messages printing in the console.

[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>

🛠️ To reproduce

just enable the timeline feature

🌈 Expected behavior

The console output should be clean.