diff --git a/src/client/links.ts b/src/client/links.ts index fbc00e6..be06d96 100644 --- a/src/client/links.ts +++ b/src/client/links.ts @@ -70,6 +70,7 @@ export function httpBatchLink(opts?: HttpBatchLinkOpt return _httpBatchLink({ url: '/api/trpc', + // @ts-expect-error: Missing property from batchLink. Fix this later. headers () { return headers },