-
Notifications
You must be signed in to change notification settings - Fork 831
Open
Labels
Description
Describe the Bug
The render()
method breaks with the following error:
TypeError:
The "transform.writable" property must be an instance of WritableStream. Received an instance of Writable
code: 'ERR_INVALID_ARG_TYPE'
Which package is affected (leave empty if unsure)
@react-email/render
Link to the code that reproduces this issue
https://github.com/resend/react-email
To Reproduce
- Install React 19.2.0
- Try to use
render()
Expected Behavior
Not to break.
What's your node version? (if relevant)
No response
k1nha and geoff-harper-qii