Argument of type 'Element' is not assignable to parameter of type 'Container'
Using https://github.com/honojs/examples/tree/main/hono-vite-jsx, stripped back for a minimal repro...
The following code gives me a TypeScript error, "Argument of type 'Element' is not assignable to parameter of type 'Container'".
Any ideas as to how best to resolve the error?
0 Replies