Commit 9032ea3
committed
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.1 parent 0580615 commit 9032ea3
2 files changed
+25
-8
lines changed
0 commit comments