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
What do you mean to modify payload to sync into storage-engine? Does this mean that you need your redux store to have different data than what is stored in the storage-engine?
Use Case
I wanted to add a middleware to modify payload to sync into storage-engine, but failed all the time.
Problem
Turnen out newState is saved into storage-engine before its action dispatched.
I think the right order should be:
The text was updated successfully, but these errors were encountered: