unsupport redux-persist v5.0?
correct this module does not yet support redux-persist v5. It should I think be possible using persistor.rehydrate, but the details need to be figured out around deserializing etc.
It might make sense to try and make this module storage agnostic by using localStorage simply as a notifier but then still doing a full getStoredState lookup in response.
thinks
oh no! +1 for this, really needed
What needs to be done here? I wouldn't mind taking a stab at it if someone point me in the right direction
might be worth building off this: https://github.com/rt2zz/redux-persist/issues/569
If we can get this generalized, I would be happy to accept a PR.
See #17
any final solution to this @rt2zz