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

Don't process if localStorage is nonexistent (f.e. server-side) #81

Open piotrfrankowski opened 6 years ago

piotrfrankowski commented 6 years ago

Small fix for current stable version. It stops lib from processing and showing warning if localStorage is not available. Useful in case of server-side rendered apps.

ifndefdeadmau5 commented 6 years ago

Hope this code gets merge soon... now I have to use rc version