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 After upgrading from version `0.0.15` to `0.0.16` of `@react-email/components`, I now get this error thrown from the `Markdown` component. ### Which package is affected (leave empty...

Type: Bug

Resolve the tooltip text color issue.

Package: react-email

### Describe the Bug `TypeError: Cannot read properties of undefined (reading 'ReactCurrentDispatcher')` due to React 18.2 being compiled into the @react-email/tailwind. React 19 recently removed the access to `__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED` which...

Type: Bug
Package: @react-email/tailwind

### Describe the Bug I am creating some small components to which other tailwind classes can be added as porps, but they are not being visible, but if I passed...

Type: Bug
Package: @react-email/tailwind
Fixed under canary

I was running into an error building a project with webpack that specifies a property and children on the Tailwind and Row components. example code: ``` {item.title} {item.daysListed} Days ```...

### Describe the Bug In my Next.js project I'm also using the `eslint-config-turbo` package and when using a different version from the one used in react-email I'm getting this error...

Type: Bug
Package: react-email

### Describe the Bug I used Tailwind components. It looks fine in the preview page: ![image](https://github.com/resendlabs/react-email/assets/19511189/aba2a1ba-494a-4b0b-9b05-8f53600e7ded) But terrible on Gmail: ![image](https://github.com/resendlabs/react-email/assets/19511189/39373992-37f5-455f-868a-8518609ef393) ### Which package is affected (leave empty if unsure)...

Type: Bug
Package: @react-email/tailwind

This deprecates `renderAsync` and replaces the implementation of `render` with the implementation from `renderAsync`. Along with this implementation change of `render`, I also added the unit tests from `renderAsync` to...

Package: @react-email/render
Breaking change

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.0 to 4.0.5. Changelog Sourced from vite's changelog. 4.0.5 (2023-05-26) fix: fs.deny with leading double slash (#13348) (28548b5), closes #13348 4.0.4 (2023-01-03) fix: importmap should insert before...

dependencies

Hi, Gmail web supports Roboto font natively, include that as a fallback option. Please let know if this looks good. Thanks, Mayank