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
Either the Dispatcher or the Store should have the possibility to Journal (log) all the dispatched actions:
eg:
_dispatcher
.Do(action => journal(action)) // here
.Scan(....)
.Do(pair => ...)
.Subscribe(...);
The text was updated successfully, but these errors were encountered:
Either the Dispatcher or the Store should have the possibility to Journal (log) all the dispatched actions:
eg:
_dispatcher
.Do(action => journal(action)) // here
.Scan(....)
.Do(pair => ...)
.Subscribe(...);
The text was updated successfully, but these errors were encountered: