jonschlinkert / set-value

Set nested properties on an object using dot-notation.
https://github.com/jonschlinkert
MIT License
271 stars 41 forks source link

Fix custom merge function not working #46

Open Grimones opened 1 year ago

Grimones commented 1 year ago

Hello

Not sure how no one has noticed that in 2 years but a typeof is missing here

https://github.com/jonschlinkert/set-value/blob/c574eb8d94ba21d22b6fe5a5741fd4dbfc9dc47a/index.js#L115

Regression occurred after https://github.com/jonschlinkert/set-value/commit/cdc74463f5778f2c50b1bae839818ac76268aa51#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346R115