supabase / auth-js

An isomorphic Javascript library for Supabase Auth.
MIT License
318 stars 152 forks source link

fix: suppress getSession warning whenever _saveSession is called #895

Closed kangmingtay closed 1 month ago

kangmingtay commented 1 month ago

What kind of change does this PR introduce?

dagassa commented 1 month ago

🙏

larbish commented 1 month ago

Hey @kangmingtay, maintainer of the nuxt/supabase module here.

We have a PR to migrate on the @supabase/ssr package and we're still experiencing this issue with the latest released version.

I've removed all occurrences of getSession() in the module and I still have the warning.

Any help on this would be appreciate 🙏 I can't merge and release this PR until I get rid of this warning.