redux-persist-immutable icon indicating copy to clipboard operation
redux-persist-immutable copied to clipboard

Redux Persist Immutable

Results 17 redux-persist-immutable issues
Sort by recently updated
recently updated
newest added

This is a breaking change that attempts to provide support for Immutable v4 which was just released. However, the merge function was modified to ensure that objects could not be...

When trying to use PersistGate i get an error saying, this.props.persistor.subscribe is not a function. After console.log(perisistor) i can see that it does not have a subscribe method. Is redux-persist-immutable...

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 a much lighter library. I could...

implemented support for **persistReducer** and **persistCombineReducers** from redux-persist lib.

Will there be a branch for redux-persist v5? Could this be accomplished by simply updating the dependency?

I'm getting a transit.js error that I'm assuming is causing one of my value changes to not make its way to redux-persist, seeing as the local storage object doesn't change...

Using this code, I was getting the 'state.forEach' is not a function error. Now, I seem to get 'state.has' is not a function error. I assume these errors are related...

i'm using redux-persist-immutable for react native when i only using redux-persist is ok but when use redux-persist-immutable i have issue One of the sources for assign has an enumerable key...

Hi! I’m wondering if you have a suggestion around handling the use-case where there is a change in the format of the reducer? Development is heavy on my project right...

When trying to configure redux-persist-immutable, it fails with `unexpected token o in json at position 1` which indicates to me that something is trying to parse an object as JSON....