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
From API documentation: router.resolve() traverses the list of routes in the order they are defined until it finds the first route that matches provided URL path string and whose action function returns anything other than null or undefined.
I.e. the order of the routes matters and you probably need to specify the most specific routes first:
How universal-router handles the following conflicting routes:
The text was updated successfully, but these errors were encountered: