auto_route_library icon indicating copy to clipboard operation
auto_route_library copied to clipboard

Nested navigation on web doesn't work if includePrefixMatches is true.

Open darkstarx opened this issue 4 months ago • 0 comments

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.

darkstarx avatar Sep 29 '24 16:09 darkstarx