When I use redux-form@7.0.4
with immutable@3.8.1
, I get:
Uncaught TypeError: (0, _immutable.isCollection) is not a function
I tried the version:
redux-form@7.1.0 with immutable@3.8.2,
redux-form@7.0.4 with immutable@3.8.2,
redux-form@7.1.0 with immutable@4.0.0-rc.7
I am using React16.
source
share