Skip to content

react-error-overlay uses deprecated method findDOMNode() which shows an error in React.StrictMode #11907

@jboler

Description

@jboler

Describe the bug

findDOMNode() is deprecated and should not be used - see Official React Docs.

When using <React.StrictMode> the below error appears in the browser console:

image

Further investigation of the stack trace finds usage of findDOMNode in node_modules/react-error-overlay/lib/index.js

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions