error: TS2769 [ERROR]: No overload matches this call. The last overload gave the following error. Argument of type 'MiddlewareHandler<Env>' is not assignable to parameter of type 'H<BlankEnv, "/ui", BlankInput, HandlerResponse<any>>'. Type 'MiddlewareHandler<Env>' is not assignable to type 'MiddlewareHandler<BlankEnv, "/ui", BlankInput>'. Types of parameters 'c' and 'c' are incompatible. Type 'Context<BlankEnv, "/ui", BlankInput>' is not assignable to type 'Context<Env, string, {}>'. Property '#private' in type 'Context' refers to a different member that cannot be accessed from within type 'Context'.app.get("/ui", swaggerUI({ url: "/doc" })); ~~~~~~~~~~~~~~~~~~~~~~~~~~ at file:///home/.../dev/core/hono/src/main.ts:22:16TS2771 [ERROR]: The last overload is declared here. at https://jsr.io/@hono/hono/4.6.4/src/types.ts:657:60
error: TS2769 [ERROR]: No overload matches this call. The last overload gave the following error. Argument of type 'MiddlewareHandler<Env>' is not assignable to parameter of type 'H<BlankEnv, "/ui", BlankInput, HandlerResponse<any>>'. Type 'MiddlewareHandler<Env>' is not assignable to type 'MiddlewareHandler<BlankEnv, "/ui", BlankInput>'. Types of parameters 'c' and 'c' are incompatible. Type 'Context<BlankEnv, "/ui", BlankInput>' is not assignable to type 'Context<Env, string, {}>'. Property '#private' in type 'Context' refers to a different member that cannot be accessed from within type 'Context'.app.get("/ui", swaggerUI({ url: "/doc" })); ~~~~~~~~~~~~~~~~~~~~~~~~~~ at file:///home/.../dev/core/hono/src/main.ts:22:16TS2771 [ERROR]: The last overload is declared here. at https://jsr.io/@hono/hono/4.6.4/src/types.ts:657:60