I have the same issue on Next.js. This happened suddenly from yesterday...
@coding-cucumber please can you write an example of usage with React.FC ?
the issue seems to be a breaking changes in supabase-js 2rc, while @supabase/auth-helpers-react still reference versione 1....
> also on the latest version of firebase, here is my init: > > ``` > import firebase from 'firebase/compat/app'; > import 'firebase/compat/firestore'; > import 'firebase/compat/storage'; > import 'firebase/compat/auth'; >...