How to use the errorFormatter when using an adapter?
The example here uses
I don't see an
https://trpc.io/docs/server/error-formatting
context.create(), which isn't something you do when using an adapter.I don't see an
errorFormatter exposed in createExpressMiddleware()https://trpc.io/docs/server/error-formatting
The error formatting in your router will be inferred all the way to your client (& React components)