H
Hono4mo ago
CNY

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
No description
1 Reply
blair
blair4mo ago
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>

Did you find this page helpful?