[PR #2297] [MERGED] fix: upgrade react-email/render #2192

Closed
opened 2026-02-26 20:32:50 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/2297
Author: @Mythie
Created: 12/8/2025
Status: Merged
Merged: 12/8/2025
Merged by: @Mythie

Base: mainHead: fix/upgrade-react-email-render


📝 Commits (1)

  • ce2d915 fix: upgrade react-email/render

📊 Changes

3 files changed (+280 additions, -557 deletions)

View changed files

📝 package-lock.json (+274 -530)
📝 packages/email/package.json (+4 -4)
📝 packages/email/render.tsx (+2 -23)

📄 Description

Upgrade the @react-email/render package to handle
suspense during renders.

We could have just swapped to renderAsync for the 0.0.x
version of the package but it's better to upgrade as part
of this change.

CI has been run locally and emails have been verified to
work and render as expected in our local mail trap.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/2297 **Author:** [@Mythie](https://github.com/Mythie) **Created:** 12/8/2025 **Status:** ✅ Merged **Merged:** 12/8/2025 **Merged by:** [@Mythie](https://github.com/Mythie) **Base:** `main` ← **Head:** `fix/upgrade-react-email-render` --- ### 📝 Commits (1) - [`ce2d915`](https://github.com/documenso/documenso/commit/ce2d91523d03b7d13d142e3ebc4ca82f8d7d7e89) fix: upgrade react-email/render ### 📊 Changes **3 files changed** (+280 additions, -557 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+274 -530) 📝 `packages/email/package.json` (+4 -4) 📝 `packages/email/render.tsx` (+2 -23) </details> ### 📄 Description Upgrade the `@react-email/render` package to handle suspense during renders. We could have just swapped to `renderAsync` for the 0.0.x version of the package but it's better to upgrade as part of this change. CI has been run locally and emails have been verified to work and render as expected in our local mail trap. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:32:50 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#2192
No description provided.