-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes findDOMNode errors for react 18 #980
base: master
Are you sure you want to change the base?
Conversation
You can use this meanwhile, added your fix here: |
Thanks. It works |
@lassespilling Thanks for the repo, do you mind publishing a package with your fix? with yarn v1 and I can't use your changes |
@lassespilling Thanks for the repo!! I noticed this library uses 'DOMNodeInserted' events, which are deprecated. Any plans to switch to MutationObserver? Happy to provide more info if needed. Thanks for maintaining this project! |
This would be incredibly helpful! I am currently running into this issue with my use of this repository. I have not 100% identified the issue within my codebase but I believe the following error in conjunction with custom logic built on top of my React-Quill editor causing content to be wiped from my React-Quill editor when users copy and paste content into the editor. For context, here is the full console warning for any maintainers 🙏
|
use |
This is also not working... Im getting the same error |
This is awesome! Thanks so much ❤️
Hm, I’m not seeing this. Looking through the repo, |
No description provided.