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
Merging two empty objects will always result in an empty object. It may seem like there should only be 1 call to fn() because of cache-hits, however none of those objects are === to each other.
Merging two empty objects will always result in an empty object. The2nd and 3rd third function calls result in a cache-hit. This is because every object passed in is identical.
0 commit comments