You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to know, if you planning to create a mergeWith function allowing to customize the merge function. The perfect use exemple is to merge nested array :
Hi, surely a good addition!
We could add this to the merge function, similar to difference where you can append a compare function as the last parameter.
But I don't know when I will find the time to do this. A PR would be appreciated!
I tried for a short while to extend the merge Function, but didn't found a good enough solution that would be fully typesafe. A MR is appreciated, in the next few months I will have the time to look at it again.
Hello
I would like to know, if you planning to create a
mergeWith
function allowing to customize the merge function. The perfect use exemple is to merge nested array :lodash doc: https://lodash.com/docs/4.17.15#mergeWith
The text was updated successfully, but these errors were encountered: