redux-persist-transform-filter
redux-persist-transform-filter copied to clipboard
Filterfunction should work with non object values
Due to the way the filterFunction
is currently implemented it is only able to handle objects. This causes strings in the state to be "objectified" during a filterFunction operation.
eg
{
"0": "A",
"1": "B",
"2": "C",
...
}