You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason according to gemini is old outlook, but Klavyio doesn't render in their preview neither on sent email (even on modern clients):
If you agree it is a problem, I can send a PR to all components that use padding so they use in td instead of table. This would make my life much easier (otherwise I'll need to fork resend and modify locally).
Which package is affected (leave empty if unsure)
@react-email/container
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the Bug
Something as simple as:
won't work in Klavyio (after export) because it generates
table can't have padding (in Klavyio), but td can!
So ideally, to fix this, you could destructure Container (and other components) into something like:
The reason according to gemini is old outlook, but Klavyio doesn't render in their preview neither on sent email (even on modern clients):

If you agree it is a problem, I can send a PR to all components that use padding so they use in td instead of table. This would make my life much easier (otherwise I'll need to fork resend and modify locally).
Which package is affected (leave empty if unsure)
@react-email/container
The text was updated successfully, but these errors were encountered: