ml-opensource / admin-panel-template-reactjs

25 stars 10 forks source link

findDOMNode is deprecated in StrictMode #50

Closed yukinoda closed 3 years ago

yukinoda commented 3 years ago

Warning Message

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode. Instead, add 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

Appears when:

Note

Note:

Strict mode checks are run in development mode only; they do not impact the production build.

https://reactjs.org/docs/strict-mode.html