I am getting this error after running “npm run preview-email” when clicking to preview email :
Failed to compile
./node_modules/@react-email/render/dist/index.mjs
Attempted import error: ‘renderToReadableStream’ is not exported from ‘react-dom/server’ (imported as ‘renderToReadableStream’).
This error occurred during the build process and can only be dismissed by fixing the error.
Me too. Tried to uninstall and set the version for “@react-email/components” and “react-email” to same versions as video, and reinstall, but it does not seem to help
It works after changing the Next version from package.json:
Before:
“next”: “14.0.2”,
After:
“next”: “13.4.13”,
then run, npm i
In some of the google search result for this issue, I saw people were mentioning that. I check Mosh project , the version was 13.4.13. So I tried it with this version and it works.