T
tRPC
Updating from v9 to v10 - how to access react hooks?
Updating from v9 to v10 - how to access react hooks?
Message Not Public
Sign In & Join Server To View
Looking for more? Join the community!
T
tRPC
Updating from v9 to v10 - how to access react hooks?
T
tRPC
Updating from v9 to v10 - how to access react hooks?
Recommended Posts
How to infer the output of a mutation? The current methods appear to be depreciated.I am attempting to export the bellow utility function to use client side to infer an output type thaTrouble inferring the type of a very simple structure of nested routersA very simple router results in an inference error, causing the client to not be able to infer the rcalling trpc endpoints from vanilla nextJs api routesI'm struggling to find what's the best way to call a trpc endpoint directly from the server. BasicalMutation type issueI'm trying to mutate something like this with tRPC and Prisma
```const updateColumn = trpc.project.uCan I redirect the user from inside my router?I have a query protectedProcedure, which returns an object from my prisma planetscale db
What's theCORS in standalone serverHi,
I'm trying to get CORS working in standalone server.
Attempted this solution but unfortunately