redux-storage
redux-storage copied to clipboard
Persistence layer for redux with flexible backends
Since release of `[email protected]`, there's a ``` warning " > [email protected]" has incorrect peer dependency "redux@^3.0.0 || ^2.0.0 || ^1.0.0 || 1.0.0-alpha || 1.0.0-rc". ``` Is `redux-storage` compatible with `[email protected]`?
Despite the setup as below with no blacklisted or whitelisted actions, once I dispatch sertain actions all saving stops for the entire app. ```` const reducer = storage.reducer(combineReducers({ menu: menuReducer,...
Apologies if this is deemed a duplicate issue, but I felt my case was different enough from some of the other similar issues people were experiencing. I have a strange...