@react-email/editor@1.6.2
semaphoreui/semaphore@react-email/editor@1.6.2Jul 3, 2026by github-actions[bot]
AI Summary
This patch release addresses React key warnings that occurred when exporting email content containing formatting elements such as bold, italic, or links.
Key Highlights
- Fixes React key warnings during export for marked text
- Serialized email nodes are now keyed at the mapped result boundary
- Resolves missing-key warnings for links and other inline styles
New Features
- Fixed React key warnings for marked text export
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.