draftjs-to-html
draftjs-to-html copied to clipboard
Converted content is shown as plain html when inserted in render function
Hi
When you insert the html in the render function like so:
render() { return (
{markup}
)
}
its shown on page with html tags. It doesn't get parsed. What am I missing?
@dkm-bb did you find the way to solve to parse the markup without showing html tag
Same, how do you actually render the html?