Tab strip bug, won't let user go to last screen

Hi all,

Can anyone shed some light on the issue I’m seeing with tab strip in the following video link:

I’ve made a direct copy of the existing navigation bar as it outlines the issue, usually it’s just one navigation bar and a user confused about why they can’t go back to the screen they were just on.
I click on a screen like “Alarms” but one navigation menu seems to think I’m still on ‘Overview’ and clicking on Overview at this point does nothing. I need to then click on ‘Trending’ to be able to go back to ‘Overview’. Swapping pages rapidly seems to randomly get them in sync and then it works correctly?

My best guess is that it’s related to have multiple of the same base ‘Operator’ user logged in at once but I didn’t actually think that was an issue?

I’m at a loss!

Figured this out, the skeleton project overview was still booting in the background along with the custom built overview page and this was clearly causing some conflict. Removed the skeleton overview from booting and the issue went away.