-
-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading types to @supabase/[email protected]
raises type errors
#541
Comments
thanks for reporting! I did not check what version of can you try to install |
Are you sure this issue is related to @supabase/ssr? I’m currently using @supabase/[email protected], and it works well for www.modul.day. However, this seems related to the following issue mentionned in supabase-cache-helpers #509. It’s not working effectively for me either with @oof2win2 Could you try with the |
@psteinroe Updating to @damien-schneider with the changed dependencies it works - don't understand how a minor update on Thank you for the help 👍 |
I’m glad it helped! 🙂 However, I believe the issue shouldn’t be closed just yet. It’s not specifically an error with |
@supabase/ssr
@supabase/[email protected]
raises type errors
I think it's clearer now. Would internally pinning the types to |
downgrading
|
Yes this is the solution for now, but we will have to upgrade to new versions of postgrest-js one day |
Describe the bug
There are type errors when using
@supabase/ssr
instead of@supabase/supabase-js
when installing all on@latest
To Reproduce
Install the following dependencies:
Use the
createBrowserClient
instead ofcreateClient
Expected behavior
It works normally without type errors. I tried installing latest and matching versions for everything but it just doesn't work.
The text was updated successfully, but these errors were encountered: