trpc-sveltekit
trpc-sveltekit copied to clipboard
End-to-end typesafe APIs with tRPC.io for your SvelteKit applications.
**Describe the bug** Unable to use trpc client in playwright tests **To Reproduce** Steps to reproduce the behavior: 1. Setup a sveltekit project with playwright enabled 2. Create a basic...
For some reason, type inference on this file fails during build step. Which means that if this code is put in a monorepo and becomes part of a package, the...
**Describe the bug** Every property of the trpcclient caller router is marked optional. if i try to call a endpoint, such as //Server side myRoute = t.router({ myroute:t.procedure .input( z.object({...