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 7f9c91c commit abec733Copy full SHA for abec733
README.md
@@ -55,7 +55,9 @@ Then you can use it from a global `supabase` variable:
55
import { createClient } from '@supabase/supabase-js'
56
57
// Provide a custom `fetch` implementation as an option
58
-const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key', { fetch: fetch })
+const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key', {
59
+ fetch: (...args) => fetch(...args),
60
+})
61
```
62
63
## Sponsors
0 commit comments