react-email icon indicating copy to clipboard operation
react-email copied to clipboard

πŸ’Œ Build and send emails using React

Results 262 react-email issues
Sort by recently updated
recently updated
newest added

### Describe the Bug Trying to run email start for a supabase edge function which uses deno as the package manager. N.B. react-email is installed as a developer dependency in...

Type: Bug

### Describe the Bug Sending an email with resend using react component throws a following error: `[Error: Objects are not valid as a React child (found: object with keys {$$typeof,...

Type: Bug

### Describe the Bug I'm using the Preview tag in the prescribed way: ``` import { Head, Html, Body, Container, Tailwind, Preview, } from "@react-email/components"; import { ReactNode } from...

Type: Bug

This PR moves all components into `packages/react-email/src/package` on each individual folder and builds them all together so that users can import from `react-email` instead of from `@react-email/components`. To actually get...

Package: react-email

This is required for #1630 but still breaks due to https://github.com/vercel/next.js/issues/71865

Package: @react-email/render

### Describe the Bug When the component from @react-email/components contains preview text spanning multiple lines (due to extra whitespace or line breaks), it seems to inject hidden filler text with...

Type: Bug
Package: @react-email/preview

### Describe the Bug The `` component doesn’t explicitly set `padding`, meaning that its value is inconsistent between the dev preview and mail clients. ### Which package is affected (leave...

Type: Bug
Package: @react-email/body

### Describe the Bug When using a custom tailwind config with a safelist, and using responsive tailwind classes, the generated HTML has a style tag with tailwind directives. These directives...

Type: Bug
Package: @react-email/tailwind