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
Replaces wasteful filter().shift() with find(Boolean) in extractFirstResult to avoid allocating an intermediate filtered array just to get the first truthy element.