How to easily set entire SlateJS editor value using React onEffect hook? The initial editor value is set when creating the useState hook, however, I want to set
I am currently working on rich text editor based on slatejs. I need to implement possibility to insert paragraph right after an image, when image is focused. No