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
The function passed to migrate can already handle a Promise, but createMigrate expects each of the integer migrations to be simple, synchronous transforms of PersistedState => PersistedState. It would be great to enable serial, asynchronous migrations in createMigrate. The change could be localized to createMigrate since the rest of of redux-persist already expects migrate to be asynchronous.
johnrees, aguynamedben, StanislavMayorov, emyann, someengineer-nordsec and 2 more