What's Changed
How to migrate
The breaking change should only affect users that use the react option to send emails, but don't have @react-email/render installed. To properly have it working, you should install it in that case.
Warning
If you want to upgrade to remove @react-email/render from your project, you should uninstall the SDK npm uninstall resend and install it again npm install resend@latest. This will ensure that @react-email/render doesn't remain in your lockfile in a safe way.
Full Changelog: v4.8.0...v5.0.0