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:

Further investigation of the stack trace finds usage of findDOMNode in node_modules/react-error-overlay/lib/index.js
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:Further investigation of the stack trace finds usage of
findDOMNodeinnode_modules/react-error-overlay/lib/index.js