Skip to content

Commit

Permalink
fix(core): Fixed issue with possible element checking after component…
Browse files Browse the repository at this point in the history
… 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
ctrlplusb committed May 16, 2016
1 parent 0580615 commit 9032ea3
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 8 deletions.
Loading

0 comments on commit 9032ea3

Please sign in to comment.