Industrial
Industrial
Explore posts from servers
TtRPC
Created by Industrial on 4/24/2023 in #❓-help
Cannot find module '@trpc/react-query/server' or its corresponding type declarations
import { createServerSideHelpers } from '@trpc/react-query/server'
import { createServerSideHelpers } from '@trpc/react-query/server'
This should work, right?
13 replies
TtRPC
Created by Industrial on 3/12/2023 in #❓-help
Cannot read properties of undefined (reading 'createTRPCReact')
I'm trying to use it in an Astro project. https://github.com/Industrial/test-astro-solid/blob/main/src/lib/trpc.ts I think I implemented it as per the example https://trpc.io/docs/react#2-create-trpc-hooks
9 replies