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
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
The text was updated successfully, but these errors were encountered:
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 templateExpected Behavior
The heading won't be rendered/displayed.
What's your node version? (if relevant)
v20.6.0
The text was updated successfully, but these errors were encountered: