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 56f57e4 commit 97496c5Copy full SHA for 97496c5
packages/app-backend-api/src/hooks.ts
@@ -33,7 +33,7 @@ export class DevtoolsHookable implements Hookable<BackendContext> {
33
34
// App scope
35
if (!this.plugin.descriptor.disableAppScope &&
36
- this.ctx.currentAppRecord.options.app !== this.plugin.descriptor.app) return
+ this.ctx.currentAppRecord?.options.app !== this.plugin.descriptor.app) return
37
38
// Plugin scope
39
if (!this.plugin.descriptor.disablePluginScope &&
0 commit comments