You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using "resend": "3.2.0" with the canary version of react to work through upgrading our apps to use useActionState`.
Within our actions we call out to resend. But once we did the package updates we started seeing this error:
TypeError: renderToStream is not a function
at eval (webpack-internal:///(action-browser)/./node_modules/.pnpm/@[email protected]/node_modules/@react-email/render/dist/index.mjs:137:38)
at Generator.next (<anonymous>)
at fulfilled (webpack-internal:///(action-browser)/./node_modules/.pnpm/@[email protected]/node_modules/@react-email/render/dist/index.mjs:35:24)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Resend error: TypeError: renderToStream is not a function
at eval (webpack-internal:///(action-browser)/./node_modules/.pnpm/@[email protected]/node_modules/@react-email/render/dist/index.mjs:137:38)
at Generator.next (<anonymous>)
at fulfilled (webpack-internal:///(action-browser)/./node_modules/.pnpm/@[email protected]/node_modules/@react-email/render/dist/index.mjs:35:24)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
The text was updated successfully, but these errors were encountered:
Using
"resend": "3.2.0" with the canary version of react to work through upgrading our apps to use
useActionState`.Within our actions we call out to
resend
. But once we did the package updates we started seeing this error:The text was updated successfully, but these errors were encountered: