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

Most upvoted comments

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 uses immutable and one that uses plain objects.