When I Try to use Linkify wrapping a contentEditable component it does not render an a tag;
code example:
<Linkify>
<h1 contentEditable> Type a link </h1>
</Linkify>
the HTML produced:
*
the HTML I expected:
https://codesandbox.io/s/naughty-sutherland-6nhkv?file=/src/App.js