@react-email/editor@1.6.2

resend/react-email@react-email/editor@1.6.2Jul 3, 2026by github-actions[bot]

AI Summary

This release resolves React key warnings that occurred when exporting emails containing formatted text like bold or links. The serialization process now properly keys nodes to prevent missing-key errors during export.

Key Highlights

  • Resolved React key warnings for exported email content
  • Fixed issues with marked text (bold, italic, links)

Full Release Notes

### Patch Changes

* 6313b3c: Avoid React key warnings when exporting editor content containing marked text. Serialized email nodes are now keyed at the mapped result boundary, so marks like bold, italic, and links no longer produce missing-key warnings during email export.