Maximilian Stümpfl

Results 17 comments of Maximilian Stümpfl

@simon-zhangmuye Your **modules** and in you case your **toolbaroptions** should be wrapped inside of a "usememo" with "[]" or "[quillRef]" as dependency if your editor just disappears, it sounds like...

@simon-zhangmuye Glad i could help :) I struggled a lot with this myself so, maybe the docs should include more information like this.

@simon-zhangmuye I never had that issue. But I read a couple of days ago that you only should use ".getEditor()" if you want to read data and use ".editor" if...

@simon-zhangmuye Sorry for the late response. It sounds like the change is not properly triggering a usestate update 🤔 But glad you found a solution. Quill is not the best...

@aldy97 I use these versions in my project ```js "vite": "^4.2.1", "@vitejs/plugin-react": "^3.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-quill": "^2.0.0" ``` I don't have any "override" or so defined in my...

Has this been fixed in the newest version ?

Are there any plans for this ? Or did someone find a way to make it work ?