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
Adds match functionality to router to match an existing route to get route parameter information without creating any navigation events. Example: const [route, personId] = router.match('person/1');