-
Notifications
You must be signed in to change notification settings - Fork 547
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug report
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
import 'react-native-url-polyfill/auto';- error generated when trying to instantiate supabase or while querying
- example query:
supabaseClient.from('posts').select('*').limit(25)
- example query:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
System information
- OS: MacOS
- Browser (if applies): react-native v0.70.5
- Version of supabase-js: 2.0.3
- Version of Node.js: 16.18.1
- typescript version: 4.9.4
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
