-
Notifications
You must be signed in to change notification settings - Fork 42
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
v3.3.0 is throwing an error #381
Comments
I'm also geetting an error when upgrading from resend v3.2 to 3.3.
deps
|
What @vasco3 is reporting was broken by resend/react-email#1117 cc @gabrielmfern , specifically the change in
to
When I test this in our environment, The Convex runtime matches the |
This is because of the issue mentioned in resend/react-email#1486 which has been fixed on React Email's canary, so a workaround should be adding an override for it, like what was mentioned in resend/react-email#1486 (comment): "overrides": {
"resend": {
"@react-email/render": "0.0.16-canary.0"
}
}, |
I'm using yarn, and the
|
Thanks @gabrielmfern I understand that the packages are related. But it's pretty bad DX when I upgrade resend to 3.3.0 and it breaks and there's no mention of this workaround or possibility of breaking in the resend changelog. Great that there's a workaround but maybe it should be part of a patch update to resend. Also I just noticed that 3.3.0 wasn't even officially released on github (weird?). |
Since @react-email/render@0.0.16 has been released, this should be resolved as soon as #395 is merged and released |
Any update on this? have the same problem and the workarounds don't work for me :(. I see PR #395 is merged but I think it's not released yet. Thanks!! |
hey there, we just released v4.0.1, which bumps the dependency of I'm closing the issue but please feel free to either re-open or comment if you see anything! thanks |
I saw that
v3.3.0
was made available through npm even though there are no release notes here on GitHub.It broke my email sending capability with
next@14.2.4
.here's the error which goes back to
@react-email/render@0.0.15
bumped from the prev v0.0.12The text was updated successfully, but these errors were encountered: