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
I recently updated to React 18.3.2 and the Auth component completely crashed 100%. It seems like it's doing something behind the scenes w/ state management that is breaking in this new version.
Error message: TypeError: Cannot read properties of null (reading 'useState')
To Reproduce
Upgrade an app that uses the Auth component from 18.2.0 or lower to 18.3.2.
Render the Auth component in the UI like: <SupabaseAuth supabaseClient={supabase} />
The auth should crash the page w/ the error: Error message: TypeError: Cannot read properties of null (reading 'useState')
Expected behavior
Auth shuld work w/ React 18.3.2
The text was updated successfully, but these errors were encountered:
Did you even read the notice about this library being abanboned by Supabase?
It's so hard to trust new technology because they abandon their stuff just because they woke up with the wrong leg. Even a big company like this one who made $30 billion investment round, it's so enraging.
Bug report
Describe the bug
I recently updated to React 18.3.2 and the Auth component completely crashed 100%. It seems like it's doing something behind the scenes w/ state management that is breaking in this new version.
Error message: TypeError: Cannot read properties of null (reading 'useState')
To Reproduce
<SupabaseAuth supabaseClient={supabase} />
Error message: TypeError: Cannot read properties of null (reading 'useState')
Expected behavior
Auth shuld work w/ React 18.3.2
The text was updated successfully, but these errors were encountered: