Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
load-more: Stop loader if component is unmounted [#533]
If the `<load-more>` component is unmounted while it is loading, AND while `is-fully-loaded="false"`, the loader function will get stuck in an infinite loop. Stop the loader from running by explicitly noting the component is no longer visible when it is unmounted.
- Loading branch information