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
When the navlist component includes a subnav and there is a current item within that subnav, the containsCurrentItem state is not being reset to false. As a result, the visual indication of the current item remains displayed until the component is fully re-rendered.
Steps to reproduce
Add a subnav within the navlist component.
Ensure there is a current item within the subnav.
Observe that the containsCurrentItem state remains true even after the current item is no longer relevant.
Version
36.24.0
Browser
Chrome
The text was updated successfully, but these errors were encountered:
Hi! This issue has been marked as stale because it has been open with no activity for 180 days. You can comment on the issue or remove the stale label to keep it open. If you do nothing, this issue will be closed in 7 days.
Description
When the navlist component includes a subnav and there is a current item within that subnav, the containsCurrentItem state is not being reset to false. As a result, the visual indication of the current item remains displayed until the component is fully re-rendered.
Steps to reproduce
subnav
within thenavlist
component.subnav
.containsCurrentItem
state remainstrue
even after the current item is no longer relevant.Version
36.24.0
Browser
Chrome
The text was updated successfully, but these errors were encountered: