goldenyz / react-perfect-scrollbar

A react wrapper for perfect-scrollbar
MIT License
482 stars 92 forks source link

Performance: Update perfect-scrollbar dependency to use passive listeners #152

Open firflant opened 2 years ago

firflant commented 2 years ago

Running Lighthouse test on site that uses this library throws a following error, that decreases the overall performance score:

Does not use passive listeners to improve scrolling performance

This is a problem of a perfect-scrollbar dependency itself. This topic was mentioned here https://github.com/mdbootstrap/perfect-scrollbar/issues/975 and solved.

So basically updating the perfect-scrollbar dependency to to its latest version should fix the issue.

firflant commented 2 years ago

The PR with update is ready for merge.

marcianosr commented 2 years ago

Any updates on when this will be released?

firflant commented 2 years ago

@goldenyz Do you still maintain this package? If you don't, can you make a maintainer someone else? You did a very good job and project is still widely used, but open source always needs some adjustments. Development never ends :)