react-email
react-email copied to clipboard
💌 Build and send emails using React
## The problem For some time, we had to remove the application inside `apps/demo` out of the `pnpm-workspace.yaml` file due to an error, we had when using the workspace version...
### Describe the Bug I tried using React context in my email templates, which works perfectly fine with the `render` package, but breaks with the `email dev` command. I get...
This fixes the issues that were causing #649. What was causing that issue was that `@react-email/render` would import `react-dom` as the Next bundled version, which would not be the same...
### Describe the Bug I recently had an issue with React-Mail closing without any error when running with bun (installed on WSL), see reproduction here: https://github.com/codeScourge/react-email. I was able to...
This new contributing guide includes a lot of changes and a lot of additions. First it changes the CONTRIBUTING.md to be a pointer into the contributing guide in the docs...
## Background After the updates to the Tailwind component that came with performance improvements we had a lot more environments to consider while trying to run `tailwindcss` under the hood...
### Describe the Bug `Heading` component is not rendering when it's inside a `Tailwind` component. I was building a new email and was fighting with `Heading` not displaying (not rendering...
### Describe the Bug I am trying to use react-email with TRPC and Next.js I ran a profiler on the output of `next build` with `@next/bundle-analyzer` It said the largest...
### Describe the Bug I am trying to send email through API router in Next.js. It is working fine in localhost but not in production. I am also using ngrok,...
### Describe the Bug Hello, this is the one I was referring to to in [the other ticket](https://github.com/resend/react-email/issues/1054) @gabrielmfern, I have a monorepo with an auth package, an email package...