Does Supabase provide an Auth React+TypeScript example?
Hello, I followed https://supabase.com/docs/guides/auth/quickstarts/react but I'm struggling because the example doesn't pass eslint type checking. What's the recommended way to use supabase auth with react and typescript? The team I'm on is starting this project with strict type checking from the start.
We don't have anything complicated, just a blank project created with:
Here are the eslint errors we ran into:
Line 37 is line 13 in the example, the useEffect call body:
Line 48 is line 23 in the example, the call to:
We don't have anything complicated, just a blank project created with:
Here are the eslint errors we ran into:
Line 37 is line 13 in the example, the useEffect call body:
Line 48 is line 23 in the example, the call to: