Icons on the sidebar

Hi

I'm using the RadzenLayout and the identity-template. I'm having a bit of a clash of rendermodes.

If i set @rendermode="InteractiveServer" on the App-level the sidebar and everything works perfectly - including collapsible items. But the built-in pages for admin of identity isn't working - they just permanently refreshes.

Is there a way to set rendermode for the layout/sidebar so that i don't have to set it up on the app-level?

Just stumbled upon this: Blazor Identity with Global RenderMode · Issue #51476 · dotnet/aspnetcore · GitHub
Which fixed it :slight_smile: