react-email
react-email copied to clipboard
💌 Build and send emails using React
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...
### 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...
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...
Plain export generates links stuck together when children are just images. ``` export default function Email() { return ( ); ``` Result: ``` http://www.google.comhttp://www.bing.com ```
Currently, the inline styles default to the `Text` component take precedence over tailwind styles that I'm passing to it. My workaround ```tsx ```
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...
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) | [](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...
[](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...