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 7e06ea8 commit 18e2d1bCopy full SHA for 18e2d1b
app/scripts/app-init.js
@@ -6,6 +6,9 @@ let scriptsLoadInitiated = false;
6
const { chrome } = globalThis;
7
const testMode = process.env.IN_TEST;
8
9
+/**
10
+ * @type {globalThis.stateHooks}
11
+ */
12
globalThis.stateHooks = globalThis.stateHooks || {};
13
14
const loadTimeLogs = [];
0 commit comments