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(navigation): Use contains for route matching
Updated the navigation logic to use `String.contains()` instead of `String.startsWith()` for matching destination routes. This makes the route matching more flexible, especially for routes that include arguments.
0 commit comments