DialogService open twice

I used DialogService of Radzen.Blazor version 4.27.1 on .net 8. The codes and the Dialog is opened twice shown in the attachments. Please advise what I should do.


We cannot run screenshots - please provide runnable example demonstrating the problem.

I suspect you have two <RadzenDialog /> or <RadzenComponents /> defined. Check your layout and page. There should be only one.

Thanks, You are right!