Khojo
Khojo
TtRPC
Created by sugar_water on 5/2/2023 in #❓-help
Separating routers into their own modules and merging them causes "any" type in client
@Mr. Joker this was it
15 replies
TtRPC
Created by allenwhun on 4/17/2025 in #❓-help
procedures on routers are typed any
@allenwhun @ToolReaz mine has been resolved. All I had to do was change imports in the procedures to relative imports. Details in the issue
14 replies
TtRPC
Created by allenwhun on 4/17/2025 in #❓-help
procedures on routers are typed any
@allenwhun thanks
14 replies
TtRPC
Created by allenwhun on 4/17/2025 in #❓-help
procedures on routers are typed any
Alright
14 replies
TtRPC
Created by allenwhun on 4/17/2025 in #❓-help
procedures on routers are typed any
hey did you fix this issue @allenwhun i am facing the exact same and i also used the better-t-stack
14 replies
TtRPC
Created by David on 4/2/2025 in #❓-help
Turborepo internal package exported procedure context type `any`
this is so heartbreaking because i am currently facing the same issue and there's nothing i haven't tried. doesn't work. trpc itself is typed as any. can't get it to work no matter what i do
20 replies
TtRPC
Created by Fulcano on 4/21/2025 in #❓-help
What do you call the function that is used by a procedure?
'resolver' sounds like the accurate term. trpc and graphql share some similarities, trpc itself touted as a simpler graphql. in graphql parlance 'resolver' is the term and i think it would work here as well.
3 replies
TtRPC
Created by sugar_water on 5/2/2023 in #❓-help
Separating routers into their own modules and merging them causes "any" type in client
hello there, I am also facing a similar issue with the types showing as any for procedures in my client.
15 replies