mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[GH-ISSUE #181] reactDOMServer.renderToPipeableStream is not a function error when trying to render email templates #291
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#291
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @m-kruthika on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/181
Hi,
I'm encountering an issue when attempting to render email templates using maily. Specifically, I get the following error:
TypeError: reactDOMServer.renderToPipeableStream is not a function
Here’s a screenshot:
Steps to Reproduce:
I'm just trying this on the frontend
I also tried this on the backend. I have the json stored in the db, I tried to send out emails using json, converting it to HTML. Similar error occurs.
Environment:
@maily-to/core version: ^0.2.7
@maily-to/render version: "^0.1.3",
React version: 19.1.0
Can someone help me with this issue please?
@arikchakma commented on GitHub (Apr 10, 2025):
You should be using it in backend not in frontend.
@m-kruthika commented on GitHub (Apr 15, 2025):
In my issue above, I also mentioned that I used it in the backend.
I also tried this on the backend. I have the json stored in the db, I tried to send out emails using json, converting it to HTML. Similar error occurs.
I get the same error.