redux-persist-transform-filter icon indicating copy to clipboard operation
redux-persist-transform-filter copied to clipboard

Filterfunction should work with non object values

Open LiamMartens opened this issue 5 years ago • 0 comments

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",
    ...
}

LiamMartens avatar Jun 03 '19 07:06 LiamMartens