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
I havent' been able to reproduce the issue, but I noticed it appears from V3.0.3 (everything works in V3.0.2). So it must have appeared in one of these commits :
Giving two routes, /a and /a/b, the /a link should have the active class when navigating on /a/b.
What is actually happening?
It doesn't happen for all the links but only some of them, for example if I have a parent /a and two children /a/1 and /a/2, the parent has the active class on /a/1 but loses it when navigating on /a/2.
The text was updated successfully, but these errors were encountered:
Version
3.0.3
Reproduction link
https://jsfiddle.net/ve3cwk0h/3/
Steps to reproduce
I havent' been able to reproduce the issue, but I noticed it appears from V3.0.3 (everything works in V3.0.2). So it must have appeared in one of these commits :
What is expected?
Giving two routes,
/a
and/a/b
, the/a
link should have the active class when navigating on/a/b
.What is actually happening?
It doesn't happen for all the links but only some of them, for example if I have a parent
/a
and two children/a/1
and/a/2
, the parent has the active class on/a/1
but loses it when navigating on/a/2
.The text was updated successfully, but these errors were encountered: