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

The new Tailwind component makes it quite impossible to use hooks or context w/ react email. As I'm using react-i18next for i18n, I'm using the `useTranslation` hook. So I'm not...

Type: Bug
Package: @react-email/tailwind

### Describe the Bug I have a bug since upgrating to Next JS `14.x` with `@react-email/render` on client side. I already saw similar issues but none of them really address...

Type: Bug
Package: @react-email/render

Hi! I have read #159 but not only outlook does not respect this, but also paddings and font weight. We are using the Tailwind component (even adding it to each...

Client: Outlook
Resolution: Needs More Information

Plain export generates links stuck together when children are just images. ``` export default function Email() { return ( ); ``` Result: ``` http://www.google.comhttp://www.bing.com ```

Type: Bug
Package: @react-email/link
Type: Good First Issue

Currently, the inline styles default to the `Text` component take precedence over tailwind styles that I'm passing to it. My workaround ```tsx ```

Type: Bug
Package: @react-email/tailwind

Path: /components/button The styles applied on the button are duplicated. Upon checking the rendered code, it looks like the style applied is written on both the and tags. Notice the...

Type: Bug
Package: @react-email/button

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@next/eslint-plugin-next](https://redirect.github.com/vercel/next.js) ([source](https://redirect.github.com/vercel/next.js/tree/HEAD/packages/eslint-plugin-next)) | [`14.2.3` -> `14.2.12`](https://renovatebot.com/diffs/npm/@next%2feslint-plugin-next/14.2.3/14.2.12) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@next%2feslint-plugin-next/14.2.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/prismjs](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prismjs) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs)) | [`1.26.3` -> `1.26.4`](https://renovatebot.com/diffs/npm/@types%2fprismjs/1.26.3/1.26.4) |...

This is meant so that it allows users to use `twMerge` with respective components without it having any issues. For background, we inline all styles from Tailwind classes and then...

Package: @react-email/tailwind