What is the current behavior?
When using React.StrictMode, a warning appears that indicates findDOMNode is depreciated.
What is the expected behavior?
The expected behavior is the error/warning doesn't exists. Facebook recommends adding a ref directly to the element you want to reference. Learn more about using refs safely here: https://fb.me/react-strict-mode-find-node
Could you provide a CodeSandbox demo reproducing the bug?
With Material-UI, placeinside and include a component or any component that utilizes a transition (since Material-UI transitions are based on react-transition-group).

Added screenshot of error
please search before opening new issues, thanks!
Please link to the duplicate prior to closing issue
Most helpful comment
Please link to the duplicate prior to closing issue