Why does navigating to a route with a parameter result in the modification of all routes in the HTML? #1980
Unanswered
cris-m
asked this question in
Help and Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following in
router
index.js
folder:And the following view:
And here is the log view:
Why does clicking the 'View Logs' link change the /home route to /key_logs/home, and why do all routes in the view get updated with /key_logs/ added at the beginning? I'm looking for assistance in understanding this behavior.
Beta Was this translation helpful? Give feedback.
All reactions