redux-form: Immutable FieldArrays broken with Immutable 4.0.0-rc.5+

Are you submitting a bug report or a feature request?

Bug

What is the current behavior?

Using FieldArrays results in Uncaught TypeError: original.mergeDeepWith is not a function

What is the expected behavior?

Expected to not do that.

Sandbox Link

What’s your environment?

redux-form@7.0.4 immutable@4.0.0-rc.7 node@7.10.1

Other information

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.

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 7
  • Comments: 17 (6 by maintainers)

Commits related to this issue

Most upvoted comments

@erikras I still see the error TypeError: original.mergeDeepWith is not a function using FieldArrays with redux-form@v7.1.0

@Defenderbass Sounds good. I’m in an all day meeting, but I’ll give it a try this evening.

No news, sorry.