react-bulma-components icon indicating copy to clipboard operation
react-bulma-components copied to clipboard

Content is not working with dynamic content

Open dipeshparashar opened this issue 2 years ago • 0 comments

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

Bulma-Content-Dynamic

dipeshparashar avatar Aug 16 '22 12:08 dipeshparashar