| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Please don't merge this yet, as it seems it might not fully solve the issue |
Sorry, something went wrong.
|
@edusperoni @NathanaelA |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
…route
PR Checklist
What is the current behavior?
Navigating between sibling routes may sometimes mess with the cache due to it using the key of a parent route, instead of the complete route.
What is the new behavior?
This now uses the correct key from the farthest children of the route
PARTIALLY Fixes #1993. (this issue has 2 problems on it: 1 is the one fixed in this PR, the other is that route guard/resolvers don't work on back navigation and may break navigation for a PRO)