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
{{ message }}
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.
What's the best way to reset state of one component on button click in another component? Both wrapped in ui. From what i see, resetUI resets only "current" component (the one where we call it), and we can't do something like resetUI('componentKey') to reset component by key. Should i use ui reducer option for this, or there is another way?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What's the best way to reset state of one component on button click in another component? Both wrapped in
ui
. From what i see,resetUI
resets only "current" component (the one where we call it), and we can't do something likeresetUI('componentKey')
to reset component by key. Should i use ui reducer option for this, or there is another way?The text was updated successfully, but these errors were encountered: