Error formatting with trpcExpress.createExpressMiddleware
I'm trying to figure out how to do error formatting but it's unclear how to do it in the context of
trpcExpress.createExpressMiddleware - The documentation use
which I'm not using as I'm following the React Query example from the docs.trpcInit.context().create({ errorFormatter(opts) { ... })
errorFormatter(opts)?