Replies: 2 comments
-
The warning disapears in Lighthouse if you are using the NPM package, instead of the Unpkg ones. |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is quite strange. We can't mark these as passive because they call preventDefault(); it'd be strange if your page scrolled when you moved the model. Lighthouse says it filters out these listeners, but it's clearly failing. I'll file a bug on them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Feature request
Description
Would it be possible to have a prop to enable/disable the touch and wheel event listeners as
passive
?It is recommended by Lighthouse

More info here
Browser Affected
OS
Versions
Beta Was this translation helpful? Give feedback.
All reactions