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
The PR #5 introduced a handleScroll.cancel() but there is no property cancel on the handler function. So, on component unmount, an error is thrown and thus the removeEventListener is never called.