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

Results 6 redux-persist-transform-compress issues
Sort by recently updated
recently updated
newest added
trafficstars

`compressToUTF16` is great when using Local Storage, but when using cookies, the characters are not accepted by the browsers. `compressToEncodedURIComponent` would be the right solution in this case. It would...

Fix `PersistorConfig` => `PersistConfig`. No such type is exposed by redux-persist, any app using redux-persist-transform-compress with TypeScript fails to build. It *is* listed in the docs so at some point...

The current usage example in `README.md` incorrectly shows the transform being supplied to `persistStore`, whereas it should actually be passed to `persistReducer` via the config. This PR amends this to...

redux-persist doesn't have PersistorConfig instead use PersistConfig

console.error is blocking development process when we start using the package with existing state in React Native