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.
The text was updated successfully, but these errors were encountered:
The PR #5 introduced a
handleScroll.cancel()
but there is no propertycancel
on the handler function. So, on component unmount, an error is thrown and thus theremoveEventListener
is never called.The text was updated successfully, but these errors were encountered: