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

When trying to migrate from a non-immutable to an immutable state, I would like to be able to read the old & non-immutably stored values in order to set up...

Hello, I might have found a bug. I have the following redux tree: ``` { id: 'landcover_wood', name: 'Landcover Wood', active: false, visible: true, style: { fill: 'rgba(237, 239, 245,...

Previously I have used redux-presist in one demo, and it worked smoothly. Then I want to integrate it in our project. Since the top level state is immutable map, I...

Hey, I'm wanting to add a key using redux-persist-migrate to hold my migration status. It was not working, so I took a look through the code. The thing that seems...

Is it possible to have `getStoredState` return an restored immutable version of the stored state? At the moment it's just an unwrapped version of the original `getStoredState` so it returns...

I have some non-immutable object in state (like routerReducer of `react-router-redux`), when I using `redux-persist-immutable`, it will throw `state.forEach is not function` error. I think we should use `Iterable.isIterable()` to...

I imagine anyone using this library will already be installing immutable.js so maybe you should have it as peerDependency so the same install is used in this package.