supabase.auth.session() Error
Use to be using this function;
I'm getting;
It used to works few weeks ago! Has the function been changed?
I'm getting;
It used to works few weeks ago! Has the function been changed?
const isSignedIn = () => supabase.auth.session()? supabase.auth.session() : false;Uncaught TypeError: supabase.auth.session is not a function