auto_route_library
auto_route_library copied to clipboard
Nested navigation on web doesn't work if includePrefixMatches is true.
When includePrefixMatches
is turned on in the config
routerConfig: router.config(
includePrefixMatches: true,
),
auto_route
doesn't respond to changing the url path or pushing back
/forward
buttons of the browser, i.e. AutoTabsRouter
doesn't change the current route.