-
Notifications
You must be signed in to change notification settings - Fork 923
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
react-quill not working in Nextjs 15 and react 19 #989
Comments
This is because Chrome dropped support for a feature that an old quill version was using, and react-quill hasn't been updated yet. Try replacing |
Thanks!!, this fork react-quill-new works for me!! |
I have a similar issue. |
Same |
Thanks a million. |
|
Thanks so much. react-quill-new works for me. |
Isn't the problem because of React 19 dropping this function, and not Chrome? From what I've read it shouldn't have anything to do with Chrome. |
Chrome 127 dropped support for the |
Hmmm, but the error is |
@LukasDeco If it happens with react-quill-new, it could very well be an issue with how react-quill-new interacts with react 19 or next-js. In this case, feel free to create an issue on the issues page for react-quill-new and share a minimal reproducible example, and I'll fix it. |
This is error message: TypeError: react_dom_1.default.findDOMNode is not a function
"react": "19.0.0-rc-f994737d14-20240522",
"react-dom": "19.0.0-rc-f994737d14-20240522",
"next": "15.0.0-rc.0",
"react-quill": "^2.0.0-beta.4",
I tryna use react-quill in my project but got error ** TypeError: react_dom_1.default.findDOMNode is not a function**
The text was updated successfully, but these errors were encountered: