I’m quite confused cause it looks like it doesn’t format the HTML to a readable text in my React app. I already placed dangerouslySetInnerHTM
but it seems its not working.
What did I missed?
Codesandbox: CLICK HERE
CODE
<div dangerouslySetInnerHTML={{ __html: message }} />