I have given base64 data image to img tag as a value to the tiny editor.
But, In the console, I'm getting without src attribute.
<p><img alt="" width="166" height="108"></p>
<p>Hello world</p>
https://codesandbox.io/s/tinymce-react-forked-sn5egm?file=/src/index.js
It should have the src attribute right?
I'm using "tinymce": "^6.3.1" and "@tinymce/tinymce-react": "^4.2.0"
MacBook pro