From 6df557e4e3120267f757c2f992563916ea3e1586 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 15 Jun 2019 23:08:04 -0500 Subject: [PATCH] Fix IPC --- src/App.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.js b/src/App.js index 363d627..0ab4b06 100644 --- a/src/App.js +++ b/src/App.js @@ -76,6 +76,7 @@ class App extends IPCContainer { componentWillUnmount() { Scheduler.cancelJob(this.scheduledUpdateJob); + super.componentWillUnmount(); } createModalConditionally = (condition, jsx, critical) => {