Typescript issue causing trpc functions to not have type checking

Hey, I'm in a create-t3-turbo app and have been banging my head against the wall trying to figure out this typescript issue. The trpc functions in my nextjs app don't have type checking, and it seems to have something to do with it not getting the AppRouter type correctly. The functions work when I try to use them, they just don't have type-checking. Does anyone have any ideas of what the issue might be here?
1 Reply
not a robot
not a robot13mo ago
welp I just realized I mismatched the trpc versions it works now