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
How can I triger open() / hide() from anywhere in my App? Ideally I would like to use Redux actions for this.
Since the prop visible is not available, I don't know how to control the open/close state using redux actions. The only solution I see is forwardRefs, but it makes the code quite complicated.
Any advice on that?
The text was updated successfully, but these errors were encountered:
How can I triger open() / hide() from anywhere in my App? Ideally I would like to use Redux actions for this.
Since the prop
visible
is not available, I don't know how to control the open/close state using redux actions. The only solution I see isforwardRefs
, but it makes the code quite complicated.Any advice on that?
The text was updated successfully, but these errors were encountered: