trpc/app-router surfacing trpc errors in `error.tsx`?
[i already posted this on trpc discord but not getting anything over there so figured i'd see if anyone here might know]
I've got this condition for throwing in my trpc procedure:
and on client I have a next13
I've got this condition for throwing in my trpc procedure:
and on client I have a next13
error.tsx route, in which I do: errorCode is always 500 when we throw from that condition. No matter the code I pass when I throw