@react-email/ui@6.9.0
resemble-ai/chatterbox@react-email/ui@6.9.0Jul 15, 2026by github-actions[bot]
AI Summary
The preview props editor has been relocated to a collapsible panel with a syntax-highlighted JSON editor, and hot reload sockets are now properly disconnected when components unmount to prevent connection accumulation.
Key Highlights
- Preview props editor moved to a collapsible panel
- Syntax-highlighted JSON editor for editing props
- Hot reload sockets disconnect on unmount to prevent accumulation
New Features
- Collapsible preview props panel
- Syntax-highlighted JSON editor
- Hot reload socket disconnection fix
Full Release Notes
### Minor Changes * badeb1b: The preview props editor now lives in a collapsible panel beside the preview, with a syntax-highlighted JSON editor. Static builds show the props read-only. ### Patch Changes * 4166fb6: Disconnect hot reload sockets when preview components unmount to prevent connections from accumulating across template navigation.