redux-infinite-scroll icon indicating copy to clipboard operation
redux-infinite-scroll copied to clipboard

Ensure that the event scroll listener gets detached when not needed.

Open mike7515 opened this issue 7 years ago • 1 comments

In current implementation the event scroll listener gets attached when needed, but it never gets detached. (see componentDidMount and componentDidUpdate).

Thank you !

mike7515 avatar Mar 14 '17 15:03 mike7515

Oh, nice. I ran into this issue, and considered sending a similar PR. Any chance of merging, @dcurletti?

geekus avatar Oct 30 '17 14:10 geekus