Open mike7515 opened 7 years ago
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?
In current implementation the event scroll listener gets attached when needed, but it never gets detached. (see componentDidMount and componentDidUpdate).
Thank you !