Klanarong R.
Results
2
comments of
Klanarong R.
it happening when add @elysiajs/html
```ts import { Elysia, t } from "elysia"; import { html } from "@elysiajs/html"; const app = new Elysia().use(html()).onError(({ code, error }) => { if (code === "VALIDATION") { return...