Gabriel Miranda

Results 299 comments of Gabriel Miranda

I mean like this ```tsx const ComponentX = ({ className, style }) => { return ( Im a component ) } export default function Email() { return ( Hello world...

Ok, so this seems like another issue, then two things break this: 1. Components without a `style` prop that have classNames do not work properly 2. Styles from class names...

What we currently do on the Tailwind component is do a pass over the JSX tree while inlining styles for everything, including components. This is probably what is generally harmful...

Waiting on #1124 to be merged before working on this.

@WillsB3 I actually have a fix for this on a branch, but there's no PR for it yet. It requires #1383 to be merged for it to work properly.

Hey everyone, I was able to find a way to fix this without #1383 and it works so much better than before. I have just released this on `@react-email/[email protected]` or...

Closing this as stale. If the issue is still present, let me know with a reproduction and I'll reopen.

This has been fixed and released under a canary version, see [`[email protected]`](https://github.com/resend/react-email/releases/tag/react-email%402.1.3-canary.0) and upgrade to `[email protected]` to get it working.

@JulioFerrero Nice! Thanks for letting me know, should be an easy fix and I'll release a canary for that soon as well.