Skip to content

TypeError: react_dom_1.default.findDOMNode is not a function with React 19Β #1039

@Emmy-Akintz

Description

@Emmy-Akintz

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions