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
The ref is undefined in componentDidMount. We have a condition where we need to show the modal when the components first render. Here is the code snippet
The
ref
isundefined
incomponentDidMount
. We have a condition where we need to show the modal when the components first render. Here is the code snippetHowever, in
componentDidMount
, it throws the following error -Not sure if I am doing something wrong. Kindly help here.
The text was updated successfully, but these errors were encountered: