Ismail PE
Results
2
comments of
Ismail PE
After **rendering**, [Effects](https://react.dev/reference/react/useEffect) are flushed (meaning they are run until there are no more left). I think, the word 'rendering' may be a result of find and replace and does...
found a workaround as below: `import { QuillDeltaToHtmlConverter } from "quill-delta-to-html"; import Delta from "quill-delta"; function transformImagesToCustomBlot(delta) { //only width attribute is applied by the library. height is ignored. transformImagesToCustomBlot...