Hey team, I'm facing the same problem mentioned in this link: https://github.com/resendlabs/react-email/issues/868 After upgrading to Next14, my project won't build. Can anyone help?
Maybe update the Resend lib on Trigger dev helps!
I'm using @trigger.dev/resend": "^2.2.4 here my project code https://github.com/johanguse/hanko_hackathon/pull/9/files
`Failed to compile.
./node_modules/.pnpm/@[email protected]/node_modules/@react-email/render/dist/index.mjs
Attempted import error: 'renderToReadableStream' is not exported from 'react-dom/server' (imported as 'renderToReadableStream').
Import trace for requested module:
./node_modules/.pnpm/@[email protected]/node_modules/@react-email/render/dist/index.mjs
./node_modules/.pnpm/[email protected]/node_modules/resend/build/src/resend.js
./node_modules/.pnpm/[email protected]/node_modules/resend/build/src/index.js
./node_modules/.pnpm/@[email protected]/node_modules/@trigger.dev/resend/dist/index.js
./src/jobs/replicate-avatar.ts`
