Closed
Description
When tying to access to /account
which is lazy path it always redirect me to the static_page
export const app_states = [
{ name: 'account.**', url: '/account', lazyLoad: ... },
{ name: 'static_page', url: '/{name}', component: StaticPage },
]
to solve this the future states should be registered with the same order of it's parent or changing the matching rule
Metadata
Metadata
Assignees
Labels
No labels