fix(trigger): add @react-email/components to additionalPackages#4068
fix(trigger): add @react-email/components to additionalPackages#4068waleedlatif1 merged 1 commit intostagingfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit 11cd1cd. Configure here. |
Greptile SummaryAdds Confidence Score: 5/5Safe to merge — minimal, targeted config change with no logic or type-safety concerns. Single-line addition to a build configuration list, consistent with the existing pattern of other packages in No files require special attention.
|
| Filename | Overview |
|---|---|
| apps/sim/trigger.config.ts | Adds @react-email/components to additionalPackages so Trigger.dev treats it as an external runtime dependency, resolving the missing react-dom/server error caused by its bundled copy of @react-email/render. |
Reviews (1): Last reviewed commit: "fix(trigger): add @react-email/component..." | Re-trigger Greptile
Summary
@react-email/componentsto Trigger.devadditionalPackagesto fixreactDOMServer.renderToPipeableStream is not a functionerror in lifecycle email task@react-email/componentshas a nested copy of@react-email/renderv1.0.5 that needsreact-dom/serveravailable at runtimeType of Change
Testing
Tested manually
Checklist