VSA path navigation carousel not dynamically updating
Problem
The VSA path navigation is not automatically enabling the horizontal scrolling when additional items are added to the list. In order to enable the carousel, a user has to either refresh the page or resize the window.
Potential solution
The component may need a hard refresh / force update when navigation items are added to the list
Steps to reproduce
- Using Chrome, go to gitlab.com/groups/gitlab-org
- Create a new value stream and add three new stages with long names
- No scroll arrow shows in horizontal nav and the stage names run off the screen
- Resize window
- Scroll arrows appear
Expected behavior - scroll arrows are displayed without having to resize the window.