Replies: 2 comments 2 replies
-
having the same issue |
Beta Was this translation helpful? Give feedback.
1 reply
-
Having the same issue here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! I am not going to open a bug issue just yet because I didn't create a reproducible example. However, I believe there's a bug, so I want to bring it up. In my React app, I have a component that does something like this
I would expect the match to exist if
location.pathname
prints the exact route I am passing into
parameter. I am able to get it working if I dopending: true
, but that works only in certain stage of the transition. So for now, my question is: shouldmatchPath
return a match in my component whenlocation.pathname
equalsto
inmatchRoute()
call?Beta Was this translation helpful? Give feedback.
All reactions