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
util: The deepMerge utility function now takes an options
bag as second parameter instead of a boolean flag. If you've previously
used the flag to control destructive behavior, use an options bag
instead: deepMerge([obj1, obj2], { destructive: true })
Features
util: deepMerge now supports array merging (#4263) (6bfdc6f)