vishalbalaji / trpc-svelte-query-adapter

A simple adapter to use `@tanstack/svelte-query` with trpc, similar to `@trpc/react-query`.
71 stars 6 forks source link

Bug: `trpc` does not use `fetch` from `event`. #3

Closed vishalbalaji closed 1 year ago

vishalbalaji commented 1 year ago

On updating to trpc-sveltekit@3.2.5, trpc is not using the proper fetch causing trpc to throw errors and the queries happening twice, on both server and client. Needs to be looked into.

vishalbalaji commented 1 year ago

This is due to a bug introduced in trpc-sveltekit@3.2.5. Shouldn't be an issue when that is resolved.