## What was reported
Issue resend/resend-node#381 (closed, 9 comments): 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.12
```sh
Error: Dynamic require of "stream" is not supported
at file://[HOME]/...
at file://[HOME]/...
at Generator.next ([anonymous])
at file://[HOME]/...
## The verified resolution
[vcapretz (maintainer)]: Released v4.0.1, which bumps the @react-email/render dependency to v1, closing the issue. Root cause (gabrielmfern, maintainer): @react-email/render 0.0.15 broke the react-dom/server import for runtimes where only the default export exists (Convex/V8, ESM bundlers). Interim workaround: force the canary build via package overrides - `"resend": { "@react-email/render": "0.0.16-canary.0"}` (npm overrides / yarn resolutions).