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
Is there some way to get the path that matches the current route level? For example, when I nest a user/:id page in the user page and the current path is /user/123, then I want to get /user on the user page and /user/123 on the user/:id page.