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 any way to configure the router so that if a route or component that has already been called is called again it re-uses the route/component rather than adding another to the stack?
Is there a way to search the stack to see if the same route is already in the stack and then return it to the top of the stack?
Is there a way to determine what the current route is so that it can be checked against the Action that is being called?