TRPC cant handle Error

Stack Overflow
I am making an app with next js and trpc, when I make a query with trpc and trhow an error occurs, the client side does not receive the error.
My Page:
"use client"

import { useRouter,
Was this page helpful?