-
redux-persist-transform-immutable v4 uses [transit-js](https://github.com/cognitect/npm-transit-js), which takes up 18kb of the bundle size, gzipped and minified. It would be nice to use v5 which uses…
-
### **Description**
This ticket aims to clean up the transform functions that are being used by redux-persist. The tasks include removing old fields and fixing typos. Here are two areas to address so…
Cal-L updated
8 months ago
-
I am getting this error on iOS only so far.
Seems to only happen when Redux Persist is enabled.
Relevant libraries:
```
"@reduxjs/toolkit": "^2.2.6",
"react": "18.2.0",
"react-…
-
I'm using version 5.10.0 and trying to figure out why my state does not persist in between app reloads. I'm developing this app for iOS / Android and using AsyncStorage but am not sure why there is no…
-
My components use plain javascript objects as their props am I right in thinking that I only need to use `redux-persist-transform-immutable` and not `redux-persist-immutable-state`?
When trying to im…
-
Does not seem to work with nested persists, the tags state in TagsReducer still retains the data after 10 seconds.
```
import storageSession from "redux-persist/lib/storage/session";
import stor…
-
```
import { configureStore } from "@reduxjs/toolkit";
import authReducer from "./authSlice";
import storage from "redux-persist/lib/storage";
import { persistReducer, persistStore } from "redux-p…
-
Redux-persist 6 is released
Contains a breaking change, but it is unrelated to transforms
https://github.com/rt2zz/redux-persist/releases/tag/v6.0.0
Loosen dependency to allow `v6`?
-
Hey there,
I am writing a react-native app that has an object (not map) top-level state, with immutable map sub state.
My config and reducer:
`const config = {
transforms: [immutableTransfor…
-
redux-persist: 4.6.0
redux-persist-transform-immutable: 4.2.0
immutable: 3.8.1

everyt…