This repository has been archived by the owner on Jul 23, 2021. It is now read-only.
Inconsistency logic behavior between mergeWith & mergeDeepWith #176
Labels
documentation
Improvements or additions to documentation
from-original-repo
good first issue
Good for newcomers
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
The text was updated successfully, but these errors were encountered: