Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to build application due to Lint error #1352

Open
vijaemanlapaz opened this issue Jan 11, 2025 · 1 comment
Open

Failed to build application due to Lint error #1352

vijaemanlapaz opened this issue Jan 11, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@vijaemanlapaz
Copy link

My application failed to build because I'm getting the following lint error.
please help
image

@vijaemanlapaz vijaemanlapaz added the bug Something isn't working label Jan 11, 2025
@avallete
Copy link
Member

Hey @vijaemanlapaz

In order to help you it would be helpful to know:

  1. Did you upgraded supabase-js recently ? From which version to which version ?

  2. 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:

  1. 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.
  2. The query where type inference failed (e.g., .from('which-table').select('which-query')).
  3. Your TypeScript version (npx tsc -v).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants