Trying to send email with Resend and using react, but i got this error
Hi, i want try to sending email with resend and using react as a template but when i hit the endpoint to send that email i got this error. I'm using bun as a runtime

1 Reply
I don't think this is a hono error? It seems to suggest you're passing something other than a JSX node or primitive to the children prop
If you're trying to spread props to the element do
<Element {...props} />
not <Element>props</Element>