Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): Fixed issue with possible element checking after component…
… has been unmounted. There are cases where components that are rapidly mounted and unmounted may have sizme event listeners fire and then subsequently fail due to attempts to interact with an unmounted element. On unmount the event listener handlers are set to noop's in order to prevent this case.
- Loading branch information