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
Symbol properties are now included by default in clone(), deepEqual(), merge(), and contain(). To disable, use the symbols option set to false.
merge(), applyToDefaults(), and intersect() now only accept an options object instead of their previous individual argument options.
cloneWithShallow() and applyToDefaultsWithShallow() are no longer supported. Instead, use clone() and applyToDefaults() with the shallow keys passed using the shallow option.
clone(),deepEqual(),merge(), andcontain(). To disable, use thesymbolsoption set tofalse.merge(),applyToDefaults(), andintersect()now only accept anoptionsobject instead of their previous individual argument options.cloneWithShallow()andapplyToDefaultsWithShallow()are no longer supported. Instead, useclone()andapplyToDefaults()with the shallow keys passed using theshallowoption.