kinsyu
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
createTRPCReact
I'm getting the following type error
Here's my code on the react app
And here's the code in the api package
9 replies