I'm using ReactQuill, and is there any way to convert a Quill Delta into JSX? I know there is a library called quill-delta-to-html, but I'd like to avoid using dangerouslySetInnerHTML if at all possible.
I'm using ReactQuill, and is there any way to convert a Quill Delta into JSX? I know there is a library called quill-delta-to-html, but I'd like to avoid using dangerouslySetInnerHTML if at all possible.