Sean Koh

Results 2 comments of Sean Koh

This seems to have resolved on my end after upgrading the supabase client package. You can do so by running `pnpm up @supabase/supabase-js`

Apologies, took a break before coming back to this. I made fixed this a bit ago by: - swapping on `line 331` the `undefined` type to `unknown`. - modify the...