dmarkowski

Results 1 issues of dmarkowski

I am using redux-offline 2.5.2 and after following this code https://gist.github.com/jarvisluong/f14872b9c7ed00bc2afc89c4622e3b55 I migrate redux-persist to version 6.0.0. My store config looks like that: ```js import * as Redux from "redux";...

bug