Gabriel Miranda

Results 278 comments of Gabriel Miranda

> However it now appears to get stuck in a loop and doesn't finish rendering. @Xexr We do now have #1443 released on the latest `@react-email/render` and `@react-email/components`, can you...

This should be fixed as of `[email protected]`. Check the [changelog](https://react.email/docs/changelog#jan-19-2024) and our [blog post](https://resend.com/blog/react-email-2) for more info on this.

This has actually been fixed with #742, then broken again at some point then again fixed as of `[email protected]`.

This should not happen the same as of `[email protected]` and should now be fixed. Check the [changelog](https://react.email/docs/changelog#jan-19-2024) and our [blog post](https://resend.com/blog/react-email-2) for more info on this.

I'm working on a custom renderer that I thought would tackle this, but it seems like React itself replaces the HTML entities, not `react-dom` and not even the JSX Runtime.

I found that it's also possible to use the solid-primitives's [``](https://github.com/solidjs-community/solid-primitives/tree/main/packages/refs#ref) component here as well for doing whatever is needed with the element

@LostKobrakai Interesting, thanks for letting me know! Do you know how the active sensor works btw? I'm not sure what it is, like, are there multiple sensors or is it...

I think this might be a bigger issue here, we can't have any property — be it on a class or an object — that has a name for a...

@chqrlie Are you also considering allowing a class method to have a name of a reserved keyword? I'm facing a compatibility issue that happens because: ```javascript class Example { static()...

A fix for this was released under [`@react-email/[email protected]`](https://github.com/resend/react-email/releases/tag/%40react-email%2Ftailwind%400.0.17-canary.0)!