Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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