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 a46e823 commit 19a2ddbCopy full SHA for 19a2ddb
README.md
@@ -71,7 +71,9 @@ import { createClient } from '@supabase/supabase-js'
71
72
// Provide a custom `fetch` implementation as an option
73
const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key', {
74
- fetch: (...args) => fetch(...args),
+ global: {
75
+ fetch: (...args) => fetch(...args),
76
+ },
77
})
78
```
79
0 commit comments