supabase / auth-helpers

A collection of framework specific Auth utilities for working with Supabase.
https://supabase.github.io/auth-helpers/
MIT License
892 stars 240 forks source link

fix: bump supabase-js to match lastest types. #751

Closed NicolasMontone closed 3 months ago

NicolasMontone commented 3 months ago

What kind of change does this PR introduce?

Fix. right now types definitions are not working when using ssr library added https://github.com/supabase/storage-js/pull/190

image

When in the console when we log the data is ->

image

What is the current behavior?

I'm not having type completation

J0 commented 3 months ago

Thank you