When using react-quill with React 19, the component throws a TypeError: react_dom_1.default.findDOMNode is not a function upon mounting or rendering.
To Reproduce
Steps to reproduce the behavior:
- Install React 19 and
react-dom 19.
- Install
react-quill (e.g., version 2.0.0).
- Import and render the
<ReactQuill /> component in a React application.
- The error occurs when the component attempts to mount.
Expected behavior
The <ReactQuill /> component should render without errors when used with React 19.

When using
react-quillwith React 19, the component throws aTypeError: react_dom_1.default.findDOMNode is not a functionupon mounting or rendering.To Reproduce
Steps to reproduce the behavior:
react-dom19.react-quill(e.g., version 2.0.0).<ReactQuill />component in a React application.Expected behavior
The
<ReactQuill />component should render without errors when used with React 19.