-
Notifications
You must be signed in to change notification settings - Fork 700
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not work pretty: true
render
#1802
Comments
The link for the reproduction seems to be down |
@gabrielmfern I accidentally made the repository private. I changed it to public so please check. |
I've run into similar issue, but it seems to be related to prettier being very standards compliant.
|
It was working properly with I've managed to narrow it down to version |
Can confirm that this is indeed an issue with the
|
Same issue here with |
add await and remove {pretty :true} to fix this issue resend/react-email#1802
add await and remove {pretty :true} to fix this issue resend/react-email#1802
add await and remove {pretty :true} to fix this issue resend/react-email#1802
Describe the Bug
Specify
pretty: true
inrender()
, an exception will be thrown.Which package is affected (leave empty if unsure)
@react-email/render
Link to the code that reproduces this issue
https://github.com/k725/reproduce-react-email-pretty-error
To Reproduce
Expected Behavior
Return rendered html.
What's your node version? (if relevant)
v22.12.0
The text was updated successfully, but these errors were encountered: