Simon

Results 25 comments of Simon

@maxstue @zenoamaro Thank you maxtue. I face a problem which cannot be solved by quill. When I upload an image to backend and get a URL, I insert it to...

@maxstue I upgrade to react-quill v2 and use React 18. After uploading the image, the editor disappears. ![image](https://user-images.githubusercontent.com/10706610/184303271-42bd5cb2-23b2-4ee2-b393-9b62efb92f5e.png)

Here is my quill editor code. ``` import React, { useState, useRef } from "react"; import ReactQuill, { Quill } from "react-quill"; import * as Emoji from "quill-emoji"; import "react-quill/dist/quill.snow.css";...

@maxstue It gives me this warning. @zenoamaro ![image](https://user-images.githubusercontent.com/10706610/184371514-dfe57fd3-932e-4e0b-ad8c-253517abdad2.png) Not just image, the editor crashes when I input any content. ![image](https://user-images.githubusercontent.com/10706610/184372342-0c2c1154-45ca-4c95-85dd-c29da287f407.png) I remove custom image handlers, then it works. ![image](https://user-images.githubusercontent.com/10706610/184372103-05c6daa6-14d5-493c-a9ea-abbda7e9fc1f.png) Do...

@maxstue I am trying useMemo now and see if it works.

@maxstue It works. Thank you so much maxstue. You are my hero.

@maxstue Hey maxstue, you have this issue. Upload an image and then delete it, and the quillRef becomes null and crashes

@maxstue It works. Thank you so much.

@maxstue Hey maxstue. Sorry to bother you again. I use useState to control the value of Quill and when I try to resize the image or align it to a...

I type enter then the value updates. Then image moves to the center.