react-quill
react-quill copied to clipboard
Change formats props make editor disappear
Ticket due diligence
- [x] I have verified that the issue persists under ReactQuill
v2.0.0-beta.2
- [ ] I can't use the beta version for other reasons
ReactQuill version
- [x] v2.0.0
FAQ
Is this a bug in Quill or ReactQuill? ReactQuill
When I try to change formats on some events it make editor to disappear
demo: https://codesandbox.io/s/ancient-lake-nss6wi?file=/src/App.js
This issue only exist in v2.0.0 and in v1 there is no problem
I am getting the same when changing the theme prop.
Demo: https://codesandbox.io/s/elated-hodgkin-39380o?file=/src/App.js
PR #838 submitted
Is it the same as https://github.com/zenoamaro/react-quill/issues/833 ?
Is it the same as #833 ?
I think so. My PR should fix both.
@zenoamaro can we get #833 merged and released please? v2.0.0 doesn't work at all with react 18.
Same problem here, and successfully fixed with the changes of @duhdugg. Tks man! @zenoamaro @aliakbarazizi can help us accepting PR #838 plz <3 ?
bump on this @zenoamaro
Bumping @zenoamaro
bumping @zenoamaro
bumping @zenoamaro
Bumping @zenoamaro
is this library even supported anymore ? this caused critical error on our production!!! how is this not fixed for almost 2 years?
@ondravondra Are you willing to maintain a fork? I think the project has been abandoned.
@esetnik I am interested in maintaining a fork.
@abrarhayat ok great, want to setup a repo and get something published on NPM?
Here is my fork:
https://github.com/abrarhayat/react-quill-abrarhayat
And here it is released:
https://www.npmjs.com/package/react-quill-abrarhayat
This release has the fix from @duhdugg