You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
webpack-internal:///./node_modules/react-dom/cjs/react-dom.development.js:88 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of PageTransition 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
in div (created by PageTransition)
in Transition (created by PageTransition)
in PageTransition (at _app.tsx:26)
The text was updated successfully, but these errors were encountered:
Hello,
I'm getting this Warning when using StricMode: https://reactjs.org/docs/strict-mode.html
The text was updated successfully, but these errors were encountered: