We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bd171c commit d1dcfbeCopy full SHA for d1dcfbe
docs/guides/jsx.md
@@ -32,7 +32,7 @@ For Deno, you have to modify the `deno.json` instead of the `tsconfig.json`:
32
{
33
"compilerOptions": {
34
"jsx": "precompile",
35
- "jsxImportSource": "hono/jsx"
+ "jsxImportSource": "@hono/hono/jsx"
36
}
37
38
```
0 commit comments