-
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-…
-
On `redux-devtools-extension`, there's the option to pass `serialize: {immutable: Immutable}`. That option is not documented on this repo... Is there a reason for that?
-
https://github.com/vokeit-oss/redux-persist-transform-filter-immutable/blob/f174cec6ae6cc255544c2e1c233e82dba1bd8001/package.json#L57
immutable is no longer an rc candidate and has breaking changes…
-
If using something like `redux-immutable` will the performance be better using `memoize-immutable` over `reselect`?
-
- [x] Update dependencies
- [x] Update dev devendencies
- [x] Install flow
- [x] redux-router -> redux-tower 90bd1d0
- [ ] Immutable.js -> flow
- [ ] React.PropTypes -> flow
- [ ] containers -> …
esnya updated
7 years ago
-
Hi, thanks for redux-immutable.
I am trying to mix immutable reducer and classic reducer.
I have tried to tweak the `combineReducer.js` like this :
```javascript
if (inputState.withMuta…
kopax updated
2 years ago
-
Hi, I'm a Redux maintainer. I'd specifically recommend switching the logic to use our new official Redux Toolkit package. It includes utilities to simplify several common Redux use cases, including s…
-
Hello,
I am using `redux-immutable` with `TypeScript` and found this issue.
The `combineReducer` (provided by `redux-immutable`) returns a plain object instead of `Immutable.Collection`.
Suc…
-
## The dependency [redux-form](https://github.com/erikras/redux-form) was updated from `8.2.1` to `8.2.2`.
🚨 [View failing branch](https://github.com/digitalkaoz/time-calc/compare/master...digitalka…
-
Currently All my projects using redux with `immutable.js` instead of `Object.assign` approach.
If you do not mind, I could help you and make a pull request of `immutable.js` lib usage for better pe…