T
tRPC
Is `inferSubscriptionOutput` missing in 10.x?
Is `inferSubscriptionOutput` missing in 10.x?
Looking for more? Join the community!
T
tRPC
Is `inferSubscriptionOutput` missing in 10.x?
T
tRPC
Is `inferSubscriptionOutput` missing in 10.x?
Recommended Posts
is there a way to do client-side "middleware"?My app uses Firebase Auth for authentication. While the user is logged in, they get an ID token whicHow to refetch a call made on the server```js
const section = await api.course.getCourseSection.query({
sectionId: parseInt(params.lessoHow to set cookies in trpc response?I have an app dir project that was created using [this t3-app PR](<https://github.com/t3-oss/create-Check if Role is ADMINHey guys I have a private procedure in `T3 Stack`. I need to check if the user thats doing the actioCan middleware be used on a router?Given a router where all procedures need to use the same middleware, can the middleware be somehow aHow can I use `onSettled` in the `experimental_createTRPCNextAppDirClient`?**Context**
I want to migrate the following trpc/client hook to the experimental version
```ts
cons