maddest
Unable to use caller, in frontend bcz i dont have access to req and res objects
I wanted to call the same apis in server components, how can i do it? Other than from server actions,
Also i am on the app router,
Any work around please?
Please feel free to tell me if i am doing something wrong in making the context
3 replies
TRPCError class, public readonly cause?: Error; this line should have override function
should i close that issue or comment there that person should have noImplicitOverride field should not be set to true in their tsconfig unless then are using ts version <=4.2
23 replies
TRPCError class, public readonly cause?: Error; this line should have override function
that to i know of, tsconfig has been same since my last push
but what instead i have done is just made a seperate trpc package outside my api package (which just had enpoint logics)
23 replies