Actions
Bug #26581
closedImprove Layout active MenuItems performance
Description
Since PF VerticalNav component receives a `activePath` prop, there is no need to handle the active state of each Menu Item inside the items array.
This should also improve performance because there is no need to iterate through the items after each navigation.
Actions