We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With the following URL mapping:
const routes = [ { path: '', component: 'main-layout', children: [ {path: 'dashboard', component: 'dashboard-view'}, {path: 'masterdetail', component: 'master-detail-view'} } ];
When navigating from /dashboard to /masterdetail, the location in the main-layout is not updated with the new location.
/dashboard
/masterdetail
location
main-layout
This affects use cases involving reacting location changes, e. g., highlighting the active link in the menu.
The text was updated successfully, but these errors were encountered:
fix: update location when reusing parents
74b2155
Fixes #428
ee48f57
168de76
3b7c097
fix: update location when reusing parents (#439)
c68243b
platosha
Successfully merging a pull request may close this issue.
With the following URL mapping:
When navigating from
/dashboard
to/masterdetail
, thelocation
in themain-layout
is not updated with the new location.This affects use cases involving reacting location changes, e. g., highlighting the active link in the menu.
The text was updated successfully, but these errors were encountered: