Property 'userStorage' does not exist on type 'SupabaseAuthClientOptions'

When I'm trying to build my application that uses supabase-js I get this error:

    node_modules/@supabase/supabase-js/dist/module/lib/types.d.ts:44:48:
      44 │         userStorage?: SupabaseAuthClientOptions['userStorage'];


Probably the issue comes from the latest version of SDK as previously I was always able to build it.

I'm using "@supabase/supabase-js": "^2.58.0"
Was this page helpful?