Cole Sanderson
Cole Sanderson
I am only getting error when runnning `ntl dev`. No error when running with `npm run dev:remix`

That is the changes I made: 
@taty2010 Thank you for getting back to me! I have followed both steps and still getting the same error in the console.log :(
Hey @taty2010 sorry for late response, there are not much changes in my repo. It will be super helpful if can upgrade kpop stack to React 18 and I can...
That is the changes I pushed. 
Hey @gabrielmfern 1. npm create cloudflare@latest my-remix-app -- --framework=remix 2. Install resend, @react-email/render, @react-email/components 3. Create a simple component using @react-email/components, can copy from https://demo.react.email/preview/notifications/vercel-invite-user?view=source 4. Deploy to cloudflare 5....
the newest version of render, I also tried with ``` resend.emails.send({ react: , }); ``` and ``` const emailHtml = ReactDOMServer.renderToString(); const { error } = await resend.emails.send({ html: emailHtml,...