Unable to render jsx with bun
Trying to utilize hono html and css for html rendering, but seem to get
error: Cannot find module 'react/jsx-dev-runtime'
.
Sample code:
1 Reply
I was missing
"jsxImportSource": "hono/jsx",
in my tsconfig