redux-localstorage-simple
redux-localstorage-simple copied to clipboard
Changing save and load values in setup causes uninitialized values
I've got a weird issue where if I change anything in the load
or save
calls, redux continually sets my values to undefined
. Totally clearing the application storage and browser storage doesn't work, I usually have to edit the actual values manually
Has anyone else seen this or know how to end this for good? Clearing storage should be enough, why isn't this the case?
Otherwise its a very useful library 😄