Tim Nortman

Results 2 comments of Tim Nortman

Just commenting here to say I have the same issue +1

Here is a patch that will alleviate the issue: ``` diff --git a/node_modules/redux-persist/lib/persistReducer.js b/node_modules/redux-persist/lib/persistReducer.js index 1116881..ab4559d 100644 --- a/node_modules/redux-persist/lib/persistReducer.js +++ b/node_modules/redux-persist/lib/persistReducer.js @@ -81,6 +81,9 @@ function persistReducer(config, baseReducer) { _paused...