We were testing Lighthouse scores on our website and came across an issue related to passive event listeners in the Glider.js library. We're using the react-glider package, and after reviewing the Glider.js GitHub issues, we found that this problem was already fixed in the main library. However, it hasn't been updated in react-glider yet.
Would it be possible to upgrade the Glider.js version in package.json to include the passive listener functionality? This would help improve performance and address the issue.
NickPiscitelli/Glider.js#262
Also, we truly appreciate the work you've done on this package—thank you for maintaining it! 🙌