supabase-js
supabase-js copied to clipboard
Failed to build application due to Lint error
My application failed to build because I'm getting the following lint error.
please help
Hey @vijaemanlapaz
In order to help you it would be helpful to know:
-
Did you upgraded
supabase-jsrecently ? From which version to which version ? -
This seems like a type issue, it would be useful to get a report like the one mentioned here so we can debug and reproduce:
Please include:
- The generated
Databasetype used to instantiate the client (e.g.,createClient<Database>(process.env.SUPABASE_URL, process.env.SUPABASE_ANON_KEY)). If possible a minimalSQLdeclaration resulting in suchDatabasetype.- The query where type inference failed (e.g.,
.from('which-table').select('which-query')).- Your TypeScript version (
npx tsc -v).