Bloxs
Bloxs4w ago

Hono RPC types stop working in 2.4.2

I noticed that upon updating to Deno 2.4.2 the hono RPC types stopped working. I noticed that there were some tsconfig default changes in the update, do I need to manually fix one of them?
No description
4 Replies
Bloxs
BloxsOP4w ago
For reference here's 2.4.1
No description
Bloxs
BloxsOP4w ago
the code didn't change, all that changed is the deno version
marvinh.
marvinh.4w ago
Can you file an issue for that https://github.com/denoland/deno/issues ?
Bloxs
BloxsOP4w ago
Figured out the cause, in this commit https://github.com/denoland/deno/commit/8464115f262359d6172d7bfaba3c7450f52a0877 strict is changed to false which caused hono RPC to break. I filed an issue for it and i'll note it down as it might be unintended behavior

Did you find this page helpful?