createTRPCReact cannot be named without a reference to x
Hey, I have a monorepo where I have a separate package for trpc (@repo/api) which I'm trying to use on the frontend.
When trying to create
Here's my code on the react app
And here's the code in the api package
When trying to create
createTRPCReact I'm getting the following type errorHere's my code on the react app
And here's the code in the api package