elgerlambert / redux-localstorage

Store enhancer that syncs (a subset) of your Redux store state to localstorage.
MIT License
1.32k stars 107 forks source link

AsyncStorage patch #4

Closed tgriesser closed 9 years ago

tgriesser commented 9 years ago

The JSON.parse should be performed on the value returned inside the callback.

elgerlambert commented 9 years ago

Thanks @tgriesser!