TS2339: Property weak_password does not exist on type
I have an issue with
node_modules/@supabase/gotrue-js/src/lib/fetch.ts
node_modules/@supabase/gotrue-js/src/lib/fetch.ts
and specifically
_sessionResponsePassword
_sessionResponsePassword
weak_password does not exist on type and so deploys for me break due to the typescript error.
node_modules/@supabase/gotrue-js/src/lib/fetch.ts(191,19): error TS2339: Property 'weak_password' does not exist on type '{ user: User; session: Session; weak_password?: WeakPassword; } | { user: null; session: null; }'. Property 'weak_password' does not exist on type '{ user: null; session: null; }'.node_modules/@supabase/gotrue-js/src/lib/helpers.ts(101,30): error TS2556: A spread argument must either have a tuple type or be passed to a rest parameter.
node_modules/@supabase/gotrue-js/src/lib/fetch.ts(191,19): error TS2339: Property 'weak_password' does not exist on type '{ user: User; session: Session; weak_password?: WeakPassword; } | { user: null; session: null; }'. Property 'weak_password' does not exist on type '{ user: null; session: null; }'.node_modules/@supabase/gotrue-js/src/lib/helpers.ts(101,30): error TS2556: A spread argument must either have a tuple type or be passed to a rest parameter.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.