Fix IPC
This commit is contained in:
@@ -76,6 +76,7 @@ class App extends IPCContainer {
|
|||||||
|
|
||||||
componentWillUnmount() {
|
componentWillUnmount() {
|
||||||
Scheduler.cancelJob(this.scheduledUpdateJob);
|
Scheduler.cancelJob(this.scheduledUpdateJob);
|
||||||
|
super.componentWillUnmount();
|
||||||
}
|
}
|
||||||
|
|
||||||
createModalConditionally = (condition, jsx, critical) => {
|
createModalConditionally = (condition, jsx, critical) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user