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 storage write debounce has been replaced with the `redux-persist`
option `throttle`. This option has the advantage of applying to state
serialization as well as writing, so we avoid frequent expensive
serialization. Using `throttle` instead of `debounce` also guarantees
a write every so often during periods of rapid state updates, ensuring
the application doesn't go too long without persisting.
0 commit comments