We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16e1fb commit b4bb25bCopy full SHA for b4bb25b
apps/remix-ide/src/app.ts
@@ -206,7 +206,7 @@ class AppComponent {
206
if (pluginLoader.current === 'queryParams') {
207
this.workspace.map((workspace) => {
208
_paq.push(['trackEvent', 'App', 'queryParams-activated', workspace])
209
- })
+ })
210
}
211
this.engine = new RemixEngine()
212
this.engine.register(appManager)
0 commit comments