Redux Persist – Create filter
I’m new to React Redux. Can you tell me how to manually write the below saveUserFilter function? I don’t want to use redux-persist-transform-filter anymore as it’s using lodash.set, which is vulnerable to Prototype Pollution.