redux-form: Unable to import from redux-form/immutable

I am trying to migrate my app from “redux-form”: “^5.3.1” to “redux-form”: “^6.1.1”. My store is immutable using “immutable”: “^3.8.1”. When I am doing:

import { reducer as form } from 'redux-form/immutable';

I am getting the following error:

image

What can be the issue?

About this issue

  • Original URL
  • State: closed
  • Created 8 years ago
  • Comments: 22

Most upvoted comments

hi @iyn I have finally migrated my project to webpack 2 rc3 and it helped. I seamlessly upgraded my project to redux-form 6.4.1 and using ‘redux-form/immutable’