resend / react-email

💌 Build and send emails using React
https://react.email
MIT License
12.57k stars 571 forks source link

Heading component not getting rendered in "react-email": "2.1.1" and "@react-email/components": "0.0.16", #1410

Closed desmigor closed 1 month ago

desmigor commented 1 month ago

Describe the Bug

I was using version "react-email": "2.1.1" and "@react-email/components": "0.0.16" and the Heading component wasn't getting rendered.

When I switched back to "react-email": "2.0.0" and "@react-email/components": "0.0.14", now the Heading component is getting displayed. Can you check what's wrong with the new updates. Thanks!

Which package is affected (leave empty if unsure)

@react-email/heading

Link to the code that reproduces this issue

Private repo

To Reproduce

Use "react-email": "2.1.1" and "@react-email/components": "0.0.16" and add Hello world in the email template

Expected Behavior

The heading won't be rendered/displayed.

What's your node version? (if relevant)

v20.6.0

gabrielmfern commented 1 month ago

This has already been fixed under canary for @react-email/components@0.0.17-canary.1.

Closing as not planned due to it being a duplicate of #1391