Handle component unmount

This commit is contained in:
2019-11-11 13:19:33 -06:00
parent 40960281bf
commit 4f59d940d7

View File

@@ -71,6 +71,7 @@ class MountItems extends IPCContainer {
}
this.props.resetMountsState();
this.activeDetections = [];
super.componentWillUnmount();
};