Gabriel Miranda

Results 299 comments of Gabriel Miranda

Certainly something we have in mind and that we intend in fixing ASAP.

Container does what it is supposed to do, it is basically like what Tailwind's `container` class does. This should bring a documentation fix not a change to the component as...

> I just tested it out and it seems to work properly logging out the id in the load function Weird, would there be any reason for this issue possibly...

Might be a bit confusing, but we run linting in the `test` CI, that's why it's failing here. So, to find out why, you can run `pnpm lint` inside `packages/react-email`...

Oh, and once you update your branch with our `canary`, it's better off to do so with a rebase instead of a merge, makes it much easier to view the...

@rretlaw Could your issue be related to your font not supporting the characters we use for the white spaces? I've also tested this on Gmail but can't really replicate the...

This has been fixed on the latest for our packages. To get it, you will need to upgrade all of the packages you have installed from us. See https://github.com/resend/react-email/issues/1432#issuecomment-2083443578 for...

What would be the issue with React Email running on a different React version than the one you are using? Just wondering because you added in the override, so that...

I do think that #1383 would also fix this due to this more specific `external` config https://github.com/resend/react-email/blob/41ae84612df024e7312b7d7c07b7e2246d8cb6eb/packages/tailwind/vite.config.ts#L9-L15

@ZipBrandon Just asking due to curiosity, this certainly is a bug, and I'll look into fixing it. We should not be bundling in anything from React. Thank you so much...