Replies: 2 comments
-
Did you get any way to do this in v6? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Related: #8327 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
It's like history.listen but instead of an active location returns an active path (or PathPattern). So instead of
/ticket/9/client/8
I would like to get/ticket/:id/client/:id
. Previously, I did this using customRoute
component anduseMatch(props.path)
.Beta Was this translation helpful? Give feedback.
All reactions