tRPC "Cannot destructure property 'client' of 'useContext(...)' as it is null"
i'm using create-t3-app. i'm trying to call my trpc endpoint from my frontend and i get
i'm calling this in a client component in /pages so it's not an app directory not supporting context issue
backend code
frontend code
2 Replies