TS2339: Property weak_password does not exist on type
I have an issue with
weak_password does not exist on type and so deploys for me break due to the typescript error.
Has anyone encountered this?
package:
node_modules/@supabase/gotrue-js/src/lib/fetch.ts and specifically _sessionResponsePasswordweak_password does not exist on type and so deploys for me break due to the typescript error.
Has anyone encountered this?
package:
"@supabase/auth-helpers-nextjs": "^0.9.0",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.39.3",
"typescript": "^5.3.3"