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
this is the error message that I have in the console: (using ts )
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
in div (created by GrowlMessage)
in GrowlMessage (created by Growl)
in Transition (created by CSSTransition)
in CSSTransition (created by Growl)
...
this is the error message that I have in the console: (using ts )
this is a code sandbox:
https://codesandbox.io/s/vibrant-haze-pxqw6
the error is trigger when the Message/ Growl component change is inside state ...
Thanks
The text was updated successfully, but these errors were encountered: