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
Triggering the $digest in the middleware is a bad idea as it may happen before the actual state change. It should be triggered in store.subscribe() as this is a change listener which "will be called any time an action is dispatched, and some part of the state tree may potentially have changed".
The text was updated successfully, but these errors were encountered:
Triggering the
$digest
in the middleware is a bad idea as it may happen before the actual state change. It should be triggered instore.subscribe()
as this is a change listener which "will be called any time an action is dispatched, and some part of the state tree may potentially have changed".The text was updated successfully, but these errors were encountered: