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) => {