redux-infinite-scroll
redux-infinite-scroll copied to clipboard
Ensure that the event scroll listener gets detached when not needed.
In current implementation the event scroll listener gets attached when needed, but it never gets detached. (see componentDidMount and componentDidUpdate).
Thank you !
Oh, nice. I ran into this issue, and considered sending a similar PR. Any chance of merging, @dcurletti?