I am using draft-js, with React as a text editor and trying to update the content state with a youtube link (which i'll later thread up to an input/on-change event).
But right now the added-in entity map isn't carrying through from the convertFromRaw
function.
for context - taking a (convertToRaw) object and replacing the .blocks (text) objects, works fine.
But adding an entity in the same way, does not.