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.
Let's say I have a saga whereby every time the url changes I want some part of my UI to update, for example a modal to close.
But if the modal UI hasn't rendered yet it obviously doesn't exist in the reducer (even if it isn't persistent). Therefore when it does finally mount the initial values will not be called.
So my question is, how would you recommend updating the UI from side effects such as sagas?
The text was updated successfully, but these errors were encountered:
Let's say I have a saga whereby every time the url changes I want some part of my UI to update, for example a modal to close.
But if the modal UI hasn't rendered yet it obviously doesn't exist in the reducer (even if it isn't persistent). Therefore when it does finally mount the initial values will not be called.
So my question is, how would you recommend updating the UI from side effects such as sagas?
The text was updated successfully, but these errors were encountered: