How to make redux-persist to guarantee that an action has been saved to disk?
How to make redux-persist to guarantee that an action has been saved to disk?
Use await persistor.flush()
https://nicedoc.io/rt2zz/redux-persist/blob/master/docs/api.md#type-persistor
It's a promise and it should flush all the pending changes to disk.