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
Optimize
If we create empty objects and pass them in to `getIn`, we need to traverse all the keys. Checking for `k` in `obj` allows us to return early.