diff options
Diffstat (limited to 'frontend/src')
| -rw-r--r-- | frontend/src/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/src/index.ts b/frontend/src/index.ts index 0faea32c..a0180738 100644 --- a/frontend/src/index.ts +++ b/frontend/src/index.ts @@ -1,4 +1,7 @@ // Sets up DFL, then loads start.ts which starts up the loader +interface Window { + SP_REACTDOM: any; +} (async () => { if (!window.SP_REACT) { console.debug('Setting up React globals...'); |
