diff --git a/apps/remix-ide/src/app.js b/apps/remix-ide/src/app.js index 57a5140159..d53d7ed75c 100644 --- a/apps/remix-ide/src/app.js +++ b/apps/remix-ide/src/app.js @@ -247,6 +247,7 @@ class AppComponent { const codeParser = new CodeParser(new AstWalker()) + this.notification = new NotificationPlugin() const configPlugin = new ConfigPlugin()