dsmurl
dsmurl
TtRPC
Created by itsravenous on 5/16/2023 in #❓-help
Typing a shared TRPC provider for testing
Here is a repo that it shows up in. I can't beleive this is still a problem. https://github.com/dsmurl/an-express-next
10 replies
TtRPC
Created by Poonda on 11/27/2024 in #❓-help
Best Monorepo Pattern for Sharing tRPC Logic Across Apps
I'm looking for a decent nextjs/trpc setup as well. But I am getting stuck on building next. it can't find the trpc context or something. here is my current project. https://github.com/dsmurl/an-express-next
7 replies
TtRPC
Created by eth_scanner on 7/2/2024 in #❓-help
The inferred type of 'trpc' cannot be named without a reference to '...'
Front: "@tanstack/solid-query": "^5.64.2", "@trpc/client": "^10.45.2", Server: "@trpc/client": "^10.45.2", "@trpc/server": "^10.45.2",
42 replies
TtRPC
Created by eth_scanner on 7/2/2024 in #❓-help
The inferred type of 'trpc' cannot be named without a reference to '...'
I'm using @trpc/solid-query
42 replies
TtRPC
Created by eth_scanner on 7/2/2024 in #❓-help
The inferred type of 'trpc' cannot be named without a reference to '...'
No description
42 replies
TtRPC
Created by eth_scanner on 7/2/2024 in #❓-help
The inferred type of 'trpc' cannot be named without a reference to '...'
I have a similar problem. I'm using pnpm workspaces and have a mono repo. I'm having that problem when I do const trpc = createTRPCProxyClient<TRpcAppRouter>({
42 replies