Nick Zomchak

Results 6 comments of Nick Zomchak

When i receive this event in my app I show loader and fetch user data from backend. That's why it was problematic for me. I've fixed it with `createClient(supabaseUrl, supabaseKey,...

[This](https://github.com/supabase/gotrue-js/issues/284#issuecomment-1128672039) fix did not work for me because I need to sync session between tabs (and I think most apps as well want this behaviour) So my current workaround is...

> Released in `v10.0.0-proxy-beta.13`, please test that and get back to us. @sachinraja I'm getting type errors in my client that are not present on 12, looks like bug related...

@roker15 Downgrading can work in short term, but you can also create a wrapper for `onAuthStateChange` to filter out undesired events Here is an example https://github.com/supabase/gotrue-js/issues/284#issuecomment-1141402174

@silentworks If this is expected - I guest [this issue](https://github.com/supabase/gotrue-js/issues/284) should be closed? take a look

Hey @schickling @naveen-bharathi Looks like this is currently most commented open issue in repo. Can you give some status update on this?