react-email icon indicating copy to clipboard operation
react-email copied to clipboard

Section creates columns

Open bdevos opened this issue 2 years ago • 0 comments

I just updated my project to all the latest components, but it seems something really strange is happening.

A <Section> creates a column layout. I can set it back to a row layout by using a <Text> or <Container> component, but this has some styling problems.

Is something going wrong with the latest components, or has something been rewritten that is not documented?

When I create the sample project with npx create-email@latest and then update the dependencies to latest, the Stripe layout shows what I am experiencing:

image

bdevos avatar Jan 22 '23 10:01 bdevos