Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Href links are not rendered when using render(<Component />, { plainText: true }) #1377

Open
mathsnunes opened this issue Mar 22, 2024 · 1 comment

Comments

@mathsnunes
Copy link

mathsnunes commented Mar 22, 2024

Describe the Bug

hi guys,

I'm testing how my emails look on plainText and the links are not rendering properly. The official examples are not working either.

If you look at the rendered version on the react-email server it looks fine, but if you render it on the email the content is not the same.

The official example in the react-email server looks fine

image

Rendering it as plain text in Gmail

image

image

Which package is affected (leave empty if unsure)

@react-email/render

Link to the code that reproduces this issue

render(<Component />, { plainText: true })

To Reproduce

Uses render passing the plainText: true option, example render(<Component />, { plainText: true })for

Expected Behavior

Render the href links as plain text.

What's your node version? (if relevant)

No response

@otoniel-isidoro
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants