resend / react-email

💌 Build and send emails using React

Home Page:https://react.email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

desmigor opened this issue · comments

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

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