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:
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: