react-email
react-email copied to clipboard
💌 Build and send emails using React
### 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...
### 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...
### 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...
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...
### Describe the Bug I used Tailwind components. It looks fine in the preview page:  But terrible on Gmail:  ### Which package is affected (leave empty if unsure)...
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...
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...
Hi, Gmail web supports Roboto font natively, include that as a fallback option. Please let know if this looks good. Thanks, Mayank