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 c012171 commit 4fc240eCopy full SHA for 4fc240e
packages/signals/signals-runtime/src/index.global.ts
@@ -2,6 +2,4 @@ import { SignalsRuntime } from './index'
2
3
// the purpose of this is to create an artifact that can be uploaded to a CDN used in the mobile runtime, as well as the editor browser.
4
// the web version can use this package directly.
5
-
6
-// @ts-ignore
7
-globalThis.SignalsRuntime = SignalsRuntime
+Object.assign(globalThis, { SignalsRuntime })
0 commit comments