Replies: 1 comment 3 replies
-
I think this could be React escaping characters for safety |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to implement Open Graph meta tags for a route, but my
og:image
tag gets HTML encoded, replacing all&
with&
.Small example to reproduce:
Results in this, debugging in browser
How do i prevent this?
Beta Was this translation helpful? Give feedback.
All reactions