boolean values not persisted #8
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hi there,
Firstly, nice piece of work on this. Really simplifies things !!
I note that boolean properties are stripped from store state if they have a value of false. It happens in the following code; _pickBy is filtering any property with a falsy value, this of course includes any properties of type boolean with a value of false.
Was this intentional?
Cheers,
Andy
https://github.com/aspect-apps/redux-persist-machine/blob/master/lib/index.ts
The text was updated successfully, but these errors were encountered: