Sidebar PanelMenuItem Refresh

Hi. I am using a security role for visibility on a panel item:

<RadzenPanelMenuItem Text="Maintenance" Path="maintenance" Icon="group_work" Visible="@Security.IsInRole("Maintenance")"/>

When the page loads the sidebar appears to load correctly, then flash and "giggle" a bit then show the same thing again. Trying to pinpoint where the refresh/double render might be occuring?

Sounds like prerendering - the application is rendered server-side first and then hydrated client-side which sometimes causes a refresh.