react-bulma-components
react-bulma-components copied to clipboard
Content is not working with dynamic content
I am using v4.0.2 . Trying to use Content component with dynamic content. It does not render html elements. Let me know if i am doing anything wrong here. How can i resolve this ?
<Message >
<Content >
{n.message}
</Content>
</Message>
Rendered UI