Issue with returning `Either` from `trpc` router and broken types on React side
Greetings, everyone!
I am currently facing an issue with returning
Either
Either
from the
trpc
trpc
router and utilizing it on the React side. Although it works, there is an inconvenience with the types being broken on the React side. Is there anyone who might have a solution for this?