createTRPCNext createTRPCNext from https://github.com/trpc/examples-next-prisma-starter after converting a large legacy router a la the v9 -> v10 migration guide, however I keep getting a large type error on config({ ctx }): is not assignable to type '(info: { ctx?: NextPageContext | undefined; }) => WithTRPCConfig<Router<... is not assignable to type '(info: { ctx?: NextPageContext | undefined; }) => WithTRPCConfig<Router<...Property 'useQuery' does not exist on type 'CreateTRPCNextBaseProperty 'useQuery' does not exist on type 'CreateTRPCNextBasepages/_apppages/_app I am doing export default trpc.withTRPC(MyApp);export default trpc.withTRPC(MyApp); , where trpctrpc is the type error-throwing export const trpc = createTRPCNextexport const trpc = createTRPCNext 

Join the Discord to ask follow-up questions and connect with the community