Closed simg closed 8 years ago
"&" get's turned into & by the "text" function.
is there a function for rendering html without further processing ?
You want the dangerouslySetInnerHtml prop, which is how it's done in regular React as well.
brilliant, thank you !
"&" get's turned into & by the "text" function.
is there a function for rendering html without further processing ?