supabase / supabase-js

An isomorphic Javascript client for Supabase. Query your Supabase database, subscribe to realtime events, upload and download files, browse typescript examples, invoke postgres functions via rpc, invoke supabase edge functions, query pgvector.
https://supabase.com
MIT License
2.83k stars 219 forks source link

Typescript Types do not reflect new feature: .rpc() with GET #529 #1011

Closed burggraf closed 3 weeks ago

burggraf commented 3 weeks ago

See: https://github.com/supabase/postgrest-js/pull/529/files

Using { get: true } throws a Typescript error.