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 8c47bd4 commit 2d55be3Copy full SHA for 2d55be3
packages/core/realtime-js/src/RealtimeChannel.ts
@@ -10,6 +10,7 @@ import type {
10
} from './RealtimePresence'
11
import * as Transformers from './lib/transformers'
12
import { httpEndpointURL } from './lib/transformers'
13
+import {} from '@supabase/utils-fetch'
14
15
type ReplayOption = {
16
since: number
packages/core/realtime-js/tsconfig.json
@@ -15,5 +15,10 @@
"moduleResolution": "Node",
"forceConsistentCasingInFileNames": true,
17
"stripInternal": true
18
- }
+ },
19
+ "references": [
20
+ {
21
+ "path": "../../utils/fetch"
22
+ }
23
+ ]
24
}
0 commit comments