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
Not exactly a bug, but Google Lighthouse will keep complaining about this unless it's fixed.
When running Lighthouse inside of Chrome, getting this in the report:
Does not use passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as passive to improve your page's scroll performance. Learn more.
Source: autocomplete-js:8
That's with the latest version (1.6.2 at the time of writing.)
Reproduction
I get the same report from Lighthouse whether I run the test on my on website or the sandbox in its own window.
Expected behavior
If possible, would expect the library to use passive to possibly improve performance and pass the Lighthouse test.
Environment
OS: macOS
Browser: Version 1.38.109 Chromium: 101.0.4951.41 (Official Build) (arm64)
Autocomplete version: 1.6.2
The text was updated successfully, but these errors were encountered:
The out-of-support Internet Explorer 11 (IE11) desktop application is scheduled to be permanently disabled on certain versions of Windows 10 on February 14, 2023, through a Microsoft Edge update, not a Windows update as previously communicated. All remaining devices that have not already been redirected from IE11 to Microsoft Edge are scheduled to be redirected on February 14, 2023.
So this could be implemented in one of the next releases.
Description
Not exactly a bug, but Google Lighthouse will keep complaining about this unless it's fixed.
When running Lighthouse inside of Chrome, getting this in the report:
That's with the latest version (1.6.2 at the time of writing.)
Reproduction
I get the same report from Lighthouse whether I run the test on my on website or the sandbox in its own window.
Expected behavior
If possible, would expect the library to use
passive
to possibly improve performance and pass the Lighthouse test.Environment
The text was updated successfully, but these errors were encountered: