When you click between "Roster" and "Teams" you'll notice the screen going blank every time you transition to "Teams". This is because data is loaded in the engine's application Route that prevents immediate rendering. Move the logic to the component and not the route.
When you click between "Roster" and "Teams" you'll notice the screen going blank every time you transition to "Teams". This is because data is loaded in the engine's application Route that prevents immediate rendering. Move the logic to the component and not the route.