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
The function match(url, routes) call findMatchedRoutes(url, routes) and take the first element. But the order of elements is different depending of the browser.
In IE, "root" route is first but not in Chrome. So in IE, "root" route is always returned as matched route.
IE :
Chrome :
The text was updated successfully, but these errors were encountered:
Hi, I have a problem on IE11 with your demo (http://work.krasimirtsonev.com/git/navigo/).
The function
match(url, routes)
callfindMatchedRoutes(url, routes)
and take the first element. But the order of elements is different depending of the browser.In IE, "root" route is first but not in Chrome. So in IE, "root" route is always returned as matched route.
IE :

Chrome :

The text was updated successfully, but these errors were encountered: