This repository was archived by the owner on Jul 23, 2021. It is now read-only.
This repository was archived by the owner on Jul 23, 2021. It is now read-only.
Inconsistency logic behavior between mergeWith & mergeDeepWith #176
Open
Description
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