From @vpcvdc on Tue, 07 Jul 2020 06:43:07 GMT
What happened
mergeWith working fine as per https://immutable-js.github.io/immutable-js/docs/#/mergeWith docs.
mergeDeepWith NOT working fine as per https://immutable-js.github.io/immutable-js/docs/#/mergeDeepWith.
It says like mergeDeepWith is recursive implementation of mergeWith. @leebyron Isn't it?
How to reproduce

Copied from original issue: immutable-js#1774
From @vpcvdc on Tue, 07 Jul 2020 06:43:07 GMT
What happened
mergeWith working fine as per https://immutable-js.github.io/immutable-js/docs/#/mergeWith docs.
mergeDeepWith NOT working fine as per https://immutable-js.github.io/immutable-js/docs/#/mergeDeepWith.
It says like mergeDeepWith is recursive implementation of mergeWith. @leebyron Isn't it?
How to reproduce
Copied from original issue: immutable-js#1774