### Are you submitting a **bug report** or a **feature request**? <!-- For support request, please use Stack Overflow instead. This issue tracker is reserved for bugs and features. --> Bug ### What is the current behavior? <!-- If this is a bug, please include steps to reproduce and a minimal demo of the problem using Plunkr, WebpackBin or JSFiddle. --> Using FieldArrays results in `Uncaught TypeError: original.mergeDeepWith is not a function` ### What is the expected behavior? Expected to not do that. ### Sandbox Link <!-- Problems are much easier to understand and debug if they can be demonstrated in a minimal environment. Pick the example sandbox (linked on the README) that is most like your app, and see if you can reproduce the problem. --> ### What's your environment? <!-- Include Redux Form version, OS/browser affected, Node version, etc. --> redux-form@7.0.4 immutable@4.0.0-rc.7 node@7.10.1 ### Other information <!-- Include here any detailed explanation, stacktraces, related issues, links for Stack Overflow, Twitter, etc. --> The method `mergeDeepWith` has been removed from the List API since 4.0.0-rc.5 so now any interaction with FieldArrays causes this exception to show up.