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
Current behavior:
When navigating between child routers href attributes are not updated.
Expected/desired behavior:
Well, they should be. It does work though when we replace route-href with click.trigger="router.navigateToRoute()". So this is probably a bug (or a missing configuration on the router for which I can't find documentation?)
Pay attention to the background colors. They should stay the same when navigating between the feed and the photos (every "profile" has a background color so it's easier to see the problem). So on home click on a profile, click photos, it works. Click on feed, select the other profile, click on photos again and you'll land on the wrong url.
What is the expected behavior?
The href tags should update when the route parameter of the parent routers route changes (route, route!)
What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered:
I'm submitting a bug report
1.3.1
Please tell us about your environment:
Operating System:
Arch Linux
Node Version:
9.5.0
NPM Version:
5.6.0
JSPM OR Webpack AND Version
webpack 3.11.0
Browser:
only tested in Chromium 64
Language:
TypeScript 2.7.2
Current behavior:
When navigating between child routers
href
attributes are not updated.Expected/desired behavior:
Well, they should be. It does work though when we replace
route-href
withclick.trigger="router.navigateToRoute()"
. So this is probably a bug (or a missing configuration on the router for which I can't find documentation?)See https://gist.run/?id=fb16ffef1d09f8b466a980ba8a1c14c0
Pay attention to the background colors. They should stay the same when navigating between the feed and the photos (every "profile" has a background color so it's easier to see the problem). So on home click on a profile, click photos, it works. Click on feed, select the other profile, click on photos again and you'll land on the wrong url.
What is the expected behavior?
The
href
tags should update when the route parameter of the parent routers route changes (route, route!)What is the motivation / use case for changing the behavior?
The text was updated successfully, but these errors were encountered: