Deno LSP trouble with Hono Validators
I'm trying to write a simple Hono app and I'm having trouble getting validators to work. It seems when I add validator middleware to a route, the context loses most inferred type information and the LSP gives me a TS 2769 Error saying that no overloads match.
0 Replies