draft-js-import-html
draft-js-import-html copied to clipboard
Escape non-html tags
input:
<ContextMenu>
output:
<p><br></p>
expected output:
<p><ContextMenu></p>
I cannot reproduce this problem. Can you create a minimum repro case on webpackbin.com?