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

hotfix:ts-error-fetchprotocol #986

Closed admirsaheta closed 1 month ago

admirsaheta commented 1 month ago

What kind of change does this PR introduce?

Fixes A spread argument must either have a tuple type or be passed to a rest parameter.ts(2556)

What is the current behavior?

Not explicitly typed, sometimes the compiler will interpret the type wrong. image

Please link any relevant issues here.

What is the new behavior?

Explicit type specified. Feel free to include screenshots if it includes visual changes.

Additional context

Add any other context or screenshots.

coveralls commented 1 month ago

Pull Request Test Coverage Report for Build 8234780820

Details


Totals Coverage Status
Change from base Build 7957284757: 0.0%
Covered Lines: 89
Relevant Lines: 116

💛 - Coveralls