T
tRPC
The inferred type of 'trpc' cannot be named without a reference. A type annotation is necessary.
The inferred type of 'trpc' cannot be named without a reference. A type annotation is necessary.
Looking for more? Join the community!
T
tRPC
The inferred type of 'trpc' cannot be named without a reference. A type annotation is necessary.
T
tRPC
The inferred type of 'trpc' cannot be named without a reference. A type annotation is necessary.
Recommended Posts
Is `inferSubscriptionOutput` missing in 10.x?I'm working on a vue 3 app with reactive state and need to infer the output of a subscription.
It lis 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 a