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: 1. Install React 19 and `react-dom` 19. 2. Install `react-quill` (e.g., version 2.0.0). 3. Import and render the `<ReactQuill />` component in a React application. 4. The error occurs when the component attempts to mount. **Expected behavior** The `<ReactQuill />` component should render without errors when used with React 19. 