TRPCContextState not found in v10
import { TRPCContextState } from '@trpc/react-query/dist/declarations/src/internals/context';
and using it in types like trpcUtils: TRPCContextState<AppRouter, any>;
Is there a quick alternative to this? Can't find it in the the latest trpc10 code packages....RateLimiter for fastify tRPC routes
Subscriptions
Query tRPC the right way
How does trpc subscription actively close/disconnect in the server?
child router question
How to force SSL on projects using tRPC?
AWS Lambda / How to set Cookies inside Procedures
Massive Type Errors on tRPC 10 Legacy Router against MergeRouter
.merge
statements on my legacy router blow up a massive illegible typescript error.
Attached is a glimpse, can provide more info if necessary...
Is it possible to create 2 routers inside a single file?
Use onError to change an application error into a TRPCError?
Increasing Body 1mb limit
Nitro and tRPC in vercel-edge
How to retrieve and receive Bigint data to/from TRPC procedure
v16.15.1
I'm trying to return an object which contains an amount
property from one of my TRPC procedures... This property should retrieve a bigint
. Unfortunately, I'm receiving error:
TypeError: Do not know how to serialize a BigInt
...TypeError: Cannot read properties of null (reading 'useContext') when using useMutation with TRPC in
Initial websockets getToken() returns null: next-auth + websockets :)
Can I get the original type name, instead of the shape, with query?

TRPCClientError: Unexpected token '<', "<!DOCTYPE "... is not valid JSON Error

trpc cors
T3 app tRPC external calls