This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
Blue - v0.0.39
InfiniteScroller: Improve callback stability 💪
This update provides InfiniteScroller with an internal _isMounted
"state", which prevents setState issues when the component is unmounted. This could happen if a callback takes longer than expected, and InfiniteScroller is used within something like a Modal.
The logic for callback methods has been fixed within componentWillReceiveProps
.