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
refactor(router-core): router uses .some() over .find() for boolean results (#4829)
This change is a no-op, even in terms of performance. But it's more of
an "anti-slippery-slope" measure, so we don't end up with array copying
methods like `.map` or `.filter` being used instead of simpler methods
like `.find` or `.some`
0 commit comments