redux-persist-transform-filter
redux-persist-transform-filter copied to clipboard
Filter transformator for redux-persist
**Platform:** iOS only; [Android is OK] We've just upgraded to _redux-persist-transform-filter: 0.0.18_ and the following error is thrown. Unfortunately, the call stack isn't very useful. ``` Maximum call stack size...
Current documentation inside `README.md` contains the following example code: ```js persistStore(store, { transforms: [ saveSubsetFilter, saveSubsetBlacklistFilter, loadSubsetFilter, saveAndloadSubsetFilter, ] }); ``` Using this with `redux-persist` in version `5.9.1` results in...
How can I deal with nestedReducer if I have something like ``` { api: { ...apiReducer }, ui: { gamesLiked, channelsLiked, navBar } } ``` But I want to deal...
Bumps [vm2](https://github.com/patriksimek/vm2) from 3.9.12 to 3.9.17. Release notes Sourced from vm2's releases. 3.9.17 Fixes https://github.com/patriksimek/vm2/commit/4b22e87b102d97d45d112a0931dba1aef7eea049: Fix issue in catch block protection. (Thanky to Xion (SeungHyun Lee) of KAIST Hacking Lab.)...
Bumps [cacheable-request](https://github.com/jaredwray/cacheable-request) from 10.2.3 to 10.2.7. Release notes Sourced from cacheable-request's releases. v10.2.6 Fix for memory leak on Listeners The listener was not being removed on response and just error...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...
Here are my example types of properties that are stored in Redux. I can not blacklist a property (the name is blacklistProperty in that example) under a dynamically created key...