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
Warning: Legacy context API has been detected within a strict-mode tree.
The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
Please update the following components: Transition
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://reactjs.org/link/strict-mode-find-node
@sebbalex do we have a workaround? It's inside the Modal component from design-react-kit.
This is very annoying, it is caused by an unsafe use of lifecycle hooks in a dependency of reactstrap (base library for design-react-kit). As far as I know it should be fixed in next release. @emilioSp we don't have a proper workaround...
@ioggstream yes, we can low priority for this. atm it's just a warning.
I expect
No warnings
Instead
See
https://reactjs.org/docs/legacy-context.html
The text was updated successfully, but these errors were encountered: