react-quill icon indicating copy to clipboard operation
react-quill copied to clipboard

Change formats props make editor disappear

Open aliakbarazizi opened this issue 2 years ago • 17 comments

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

aliakbarazizi avatar Sep 14 '22 17:09 aliakbarazizi

This issue only exist in v2.0.0 and in v1 there is no problem

aliakbarazizi avatar Sep 14 '22 17:09 aliakbarazizi

I am getting the same when changing the theme prop.

Demo: https://codesandbox.io/s/elated-hodgkin-39380o?file=/src/App.js

duhdugg avatar Sep 21 '22 20:09 duhdugg

PR #838 submitted

duhdugg avatar Sep 22 '22 18:09 duhdugg

Is it the same as https://github.com/zenoamaro/react-quill/issues/833 ?

cmrd-senya avatar Oct 04 '22 12:10 cmrd-senya

Is it the same as #833 ?

I think so. My PR should fix both.

duhdugg avatar Oct 28 '22 18:10 duhdugg

@zenoamaro can we get #833 merged and released please? v2.0.0 doesn't work at all with react 18.

esetnik avatar Nov 14 '22 16:11 esetnik

Same problem here, and successfully fixed with the changes of @duhdugg. Tks man! @zenoamaro @aliakbarazizi can help us accepting PR #838 plz <3 ?

jeffdrumgod avatar Feb 16 '23 10:02 jeffdrumgod

bump on this @zenoamaro

bravodavid56 avatar Jul 10 '23 17:07 bravodavid56

Bumping @zenoamaro

jordanmiguel avatar Dec 14 '23 17:12 jordanmiguel

bumping @zenoamaro

ido-journey avatar Feb 12 '24 15:02 ido-journey

bumping @zenoamaro

supaset21 avatar Mar 03 '24 21:03 supaset21

Bumping @zenoamaro

abrarhayat avatar Mar 12 '24 07:03 abrarhayat

is this library even supported anymore ? this caused critical error on our production!!! how is this not fixed for almost 2 years?

ondravondra avatar Mar 26 '24 10:03 ondravondra

@ondravondra Are you willing to maintain a fork? I think the project has been abandoned.

esetnik avatar Mar 26 '24 12:03 esetnik

@esetnik I am interested in maintaining a fork.

abrarhayat avatar Apr 03 '24 03:04 abrarhayat

@abrarhayat ok great, want to setup a repo and get something published on NPM?

esetnik avatar Apr 03 '24 13:04 esetnik

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

abrarhayat avatar Apr 04 '24 04:04 abrarhayat