As per title, what I'm trying to achieve is to display the Wysiwyg content from the Editor to another component.
I created a sample on codesandbox here: https://codesandbox.io/s/boring-tharp-zwflu
As you can see, the editor works fine and is returning the values as it should.
My issue here is I'm not able to convert that String I get returned, into JSX tags.
I did a deep search, but couldn't find anything related.
Thank you in advance for your time and help!