redux-localstorage icon indicating copy to clipboard operation
redux-localstorage copied to clipboard

Why does this middleware not use applyMiddleware?

Open toddw opened this issue 6 years ago • 2 comments

What is the reason why installing redux-localstorage doesn't use redux.applyMiddleware?

toddw avatar Dec 12 '17 18:12 toddw

I was thinking the EXACT same thing. Also, having a hard time getting it to work with AsyncStorage (RN).

camdagr8 avatar Jan 02 '18 23:01 camdagr8

https://github.com/elgerlambert/redux-localstorage/blob/1.0-breaking-changes/src/persistState.js#L40

You might not be looking at 1.0, try installing redux-localstorage@rc or pinning to ^1.0.0-rc5

jkomusin avatar Jan 10 '18 14:01 jkomusin