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

getDefaultStorage return undefined #52

Open tungv opened 8 years ago

tungv commented 8 years ago

I think this line has a mistake. The brackets are wrong.

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

elgerlambert commented 8 years ago

Hi @tungv,

Yeah you're absolutely right! I'll be sure to fix it, thanks for letting me know!

Lozyboobob commented 7 years ago

Hi, I think for now it still returns undefined

alukach commented 6 years ago

@elgerlambert Any interest in merging the above fix?