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
It doesn't due to console error saying:
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.
Turning off React.StrictMode tag (App component wrapper) doesn't help at all.
Expected Behavior
ArcGIS Account menu shows up on click.
Current Behavior
It doesn't due to console error saying:
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.
Turning off React.StrictMode tag (App component wrapper) doesn't help at all.
Possible Solution
Steps to Reproduce (for bugs)
Your Environment
CRA with React 17.
The text was updated successfully, but these errors were encountered: