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 4f3112d commit 1a794d2Copy full SHA for 1a794d2
src/fable/Fable.Core/ts/Symbol.ts
@@ -10,7 +10,7 @@ const fableGlobal: {
10
const globalObj =
11
typeof window !== "undefined" ? window
12
: (typeof global !== "undefined" ? global
13
- : (typeof self !== "undefined" ? self : null));
+ : (typeof self !== "undefined" ? self : {}));
14
if (typeof globalObj.__FABLE_CORE__ === "undefined") {
15
globalObj.__FABLE_CORE__ = {
16
types: new Map<string, FunctionConstructor>(),
0 commit comments