#Question: does Bun define JSX.Elements?
1 messages · Page 1 of 1 (latest)
issue with your JSX runtime
most likely
does it happen on node too?
I mean I'm serving html from a Bun server using Elysia, so Bun would be my JSX runtime, right?
not
does elysia have its own JSX?
not to my knowledge
@lost needle ill check back with you in a bit
You still need something to interpret the jsx
nvm nvm
react-dom should do it
Didn't realize Elysia uses KitaJS/html to render JSX
renderToStaticMarkup is probably what you want
I just wanted to know where the typing was coming from, then I realized ctrl click exists