T
tRPC
Procedure return types are getting inferred as any
Procedure return types are getting inferred as any
Looking for more? Join the community!
T
tRPC
Procedure return types are getting inferred as any
T
tRPC
Procedure return types are getting inferred as any
Recommended Posts
Hey 👋I'm looking to use tRPC with app-router specifically with this setup;
- My pages are RSC, and I wanHi ! I get this error when i trying to getUser : ❌ tRPC failed on user.getUser: UNAUTHORIZEDwhat is "use" keyword```ts
const baseProcedure = t.procedure
.input(z.object({ townName: z.string() }))
.use((opts) =How to Type a Middleware factory?Lemme first show you what I want, so you can get the gist of it. (Consider me less experienced in tyDoes "enabled" in useInfiniteQuery work?I am trying to prevent the hook to fetch data using "enabled" parameter. It works in useQuery, but uHow to use NextJS tRPC client without hooks?I want to use the vanilla tRPC client in NextJS (both browser+server), but I can't because it doesn'"Fast Refresh" messing with my WebSocketServer in Next.js developmentI got my websockets up and running in **tRPC **+ **Next.js** with this code:
```js
import { WebSockt3-turboHey anyone know how to integrate clerk into t3-turbo app