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 The following error is thrown when rendering an email template in a containerized Next.js 15 application using React 19.0.0-rc. ``` TypeError: dispatcher.getOwner is not a function...

Type: Bug
Package: @react-email/render
Resolution: Needs More Information

THis PR implements a snippet that allows us to pass in React code that contains a `Email` constant containing a React component for an example email using the given component....

App: Docs

### Describe the Bug The render function does not return neither data or error when using Safari/mac. Console error states 'ReadableByteStreamController not defined'. Solved this in our project by implementing...

Type: Bug
Package: @react-email/render

### Describe the Bug When using custom media queries with the `raw` key inside the Tailwind conf, the output strips the space before _**and**_, which causes the styles not to...

Type: Bug
Package: @react-email/tailwind

### Describe the Bug Sometimes in exported HTML in random places NUL char (` 0, Hex 00, Octal 000`) appears. ### Which package is affected (leave empty if unsure) _No...

Type: Bug
Package: @react-email/render

### Describe the Bug After bumping react and nextjs to latest, I get this error on all my email renders: ```tsx import {render} from "@react-email/render"; ... export const customVerificationRequest =...

Type: Bug
Package: @react-email/render

### Describe the Bug Description: An error occurs when running the React email development server (email dev) if the email source files are aggregated from different sources via symlinks. The...

Type: Bug
Package: react-email

### Describe the Bug Specify `pretty: true` in `render()`, an exception will be thrown. ### Which package is affected (leave empty if unsure) @react-email/render ### Link to the code that...

Type: Bug
Package: @react-email/render

### Describe the Bug gmail ios dark mode converts background color. How should one apply blend mode using Tailwind? ```js {` u + .body .gmail-blend-screen { background: #121212; mix-blend-mode: screen;...

Type: Bug