Closed
Description
Thank you so much for this library, and sorry for bothering, I don't seem to find a way to do this
<p>I will display ←</p>
<p>I will display ←</p>
<p>I will display ←</p>
when I use DOM.text "←"
it gets sanitized as &#8592;
, for react it would be something like:
<p>I will display {←}</p>
but I also don't know how to do {}
Tried with DOM.unsafeCreateDOMComponent "↑" >>= React.element
but it needs an actual component like p
and I just want to write "↑"
escaped.
What is the correct way to do it?
Metadata
Metadata
Assignees
Labels
No labels