TypeError: react_dom_1.default.findDOMNode is not a function with React 19
Author: Emmy-AkintzCreated May 30, 2025Updated Sep 19, 2026
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-dom19. - 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.
Source: zenoamaro/react-quill