redux-form: Possible error in the last release
Please fix:
Failed to compile
./node_modules/redux-form/es/handleSubmit.js
Module not found: Can't resolve 'immutable' in '/var/www/faithmo-dev/node_modules/redux-form/es'
It works for "redux-form": "8.2.0"
but fails for "redux-form": "^8.2.0"
in my project.
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 6
- Comments: 16 (10 by maintainers)
Commits related to this issue
- add linter rule for #4473 — committed to esetnik/redux-form by esetnik 5 years ago
- fix: exclude immutable from handleSubmit and bundle `src/createReduxForm.js` -> `Form.getFieldList` should return a plain js array, but it returned in some cases an immutable `Seq`, that couldn't be ... — committed to redux-form/redux-form by iamandrewluca 5 years ago
I am still getting this on
v8.2.6
. Can we re open this issue?@iamandrewluca no, since we only make use
redux-form
Yeah, so only some of the consumers of this library use
immutable
, so the data control structures have been abstracted away into two identical APIs, one that usesimmutable
and one that uses plain objects.