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

Fix bug #11

Closed Graf009 closed 9 years ago

Graf009 commented 9 years ago

Fix bug #10

Graf009 commented 9 years ago

Please update the package on npm

ruprict commented 9 years ago

Was this ever updated on npm? rc3 doesn't have the fix and that's the latest version on npm....

ruprict commented 9 years ago

So, fwiw, I made a branch on my fork that you can use in your package.json to move forward until we get a new npm module.

https://github.com/ruprict/redux-localstorage/tree/install-via-git

So, in package.json:

...
"redux-localstorage": "ruprict/redux-localstorage#install-via-git"
...

It also has a hack to fix this issue

elgerlambert commented 9 years ago

Thanks @ruprict for jumping in and helping out! I finally managed to publish this fix to npm as rc4.