@react-email/ui@6.6.8

resend/react-email@react-email/ui@6.6.8Jul 7, 2026by github-actions[bot]

AI Summary

Addresses performance issues during development by optimizing the hot reload mechanism to prevent memory crashes.

Key Highlights

  • Fixed out-of-memory crashes when saving shared components
  • Optimized hot reload to re-render only open previews

Full Release Notes

### Patch Changes

* cb2e3d0: Fix out-of-memory crashes when saving a shared component during `email dev`. Hot reload now re-renders only the preview you have open and invalidates the cache for the other affected templates, instead of eagerly re-rendering every dependent template on each save.