Anders Hagebakken
Results
1
comments of
Anders Hagebakken
Hello. I am experiencing the same issue inserting html created with the editor. I use the same code as Finfyru: `const contentBlock = htmlToDraft(html);` `const contentState = ContentState.createFromBlockArray(contentBlock.contentBlocks);` `const editorState...