Error with migrating to Next@14
Unanswered
Hugo Martinez posted this in #help-forum
Hello everybody
I’ve just updated Next to v14.
But now I’ve an error generated by react-email :
Do you know how can I fix that ?
I’ve just updated Next to v14.
But now I’ve an error generated by react-email :
/node_modules/@react-email/render/dist/index.mjs
Attempted import error: 'renderToReadableStream' is not exported from 'react-dom/server' (imported as 'renderToReadableStream').
Do you know how can I fix that ?
2 Replies
[error reported on react-email's repo](https://github.com/resendlabs/react-email/issues/868)
this solution fixed it for me: https://github.com/resendlabs/react-email/issues/868#issuecomment-1781555487