You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-08-06T08:11:01.631Z [ERROR] [client] TypeError: Cannot read properties of null (reading 'isEscaped') at JSXFunctionNode.toStringToBuffer (https://jsr.io/@hono/hono/4.5.1/src/jsx/base.ts:251:64) at JSXFunctionNode.toString (https://jsr.io/@hono/hono/4.5.1/src/jsx/base.ts:143:12) at html (https://jsr.io/@hono/hono/4.5.1/src/helper/html/index.ts:35:29)
Additional information
if you import import { Fragment } from "hono/jsx/jsx-runtime"; it works, but IDE not report any info that something is wrong
The text was updated successfully, but these errors were encountered:
What version of Hono are you using?
4.5.1
What runtime/platform is your app running on?
Deno
What steps can reproduce the bug?
and the app crash.
What is the expected behavior?
should render Fragment without import
What do you see instead?
Additional information
if you import
import { Fragment } from "hono/jsx/jsx-runtime";
it works, but IDE not report any info that something is wrongThe text was updated successfully, but these errors were encountered: