Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Blue - v0.0.39

Compare
Choose a tag to compare
@ItsJonQ ItsJonQ released this 16 Oct 17:10
· 3135 commits to main since this release

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.