Cole Sanderson

Results 8 comments of Cole Sanderson

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

![Screenshot 2023-01-02 at 10 27 57 PM](https://user-images.githubusercontent.com/1444631/210309137-1a93ea9c-4d12-488d-ab9f-0b5a7ec29f21.png)

That is the changes I made: ![Screenshot 2023-01-02 at 10 35 16 PM](https://user-images.githubusercontent.com/1444631/210309862-9c844b33-758e-44d7-96e0-78640c6842c0.png)

@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. ![Screenshot 2023-02-20 at 6 32 18 PM](https://user-images.githubusercontent.com/1444631/220232665-3c57cbda-cfd1-44e4-a46b-d9cddae68687.png)

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,...