-
_Originally posted by @KATT in https://github.com/trpc/trpc/discussions/1936#discussioncomment-2818345_
If we go down this route what we're really talking about is straying away from JSON as the de…
-
### Describe the feature you'd like to request
Sometimes TRPC calls don't directly go to the TRPC server. Sometimes they go through proxies that process the request against rules including checking t…
-
Hi,
I'm using the playground with the latest trpc version 11, now it's working fine expect that I get no autocomplete even the docs are empty
![Screenshot 2024-02-05 at 09 26 27](https://github…
-
## Describe the bug
Mutations use an additional 'id' property due to this:
![CleanShot 2024-05-21 at 16 39 57@2x](https://github.com/hicommonwealth/commonwealth/assets/45447/1e2b0f06-d913-4de5-b…
-
TSC Found 0 issues. Generating metadata...
server:dev: Successfully compiled src\metadata.ts with swc (7.87ms)
server:dev: Error: Cannot find module '.prisma/client/default'
server:dev: Require s…
-
### Describe the feature you'd like to request
It would be nice to have the type of a procedure function. So not only the input or the output, but the function that is called by it. I needed it to cr…
-
### Describe the bug
```
import {
Auth0ContextInterface,
Auth0Provider,
useAuth0,
User
} from '@auth0/auth0-react'
import { createRouter, RouterProvider } from '@tanstack/react-route…
-
I'm using bun with sveltekit (svelte 5) and trpc-svelte.
I also want to include this adapter to use tanstack query for svelte.
Main problem is when I'm trying to access data
![image](https://gith…
-
### Area of Improvement
When following the WebSocket configuration guide, I found it lacking of some information that I think would be a good addition:
- How to setup WebSocket client along the …
-
**Version 1.13.3**: Works fine.
**Version 2.0.0**: Din't work.
I'm using TRPC in my application (Electron + Vite + Vue + Typescript), according to the [TRPC documentation](https://trpc.io/docs/ser…