You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did you upgraded supabase-js recently ? 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 Database type used to instantiate the client (e.g., createClient<Database>(process.env.SUPABASE_URL, process.env.SUPABASE_ANON_KEY)). If possible a minimal SQL declaration resulting in such Database type.
The query where type inference failed (e.g., .from('which-table').select('which-query')).
My application failed to build because I'm getting the following lint error.
please help
The text was updated successfully, but these errors were encountered: