I have a a predefined dialog as follows:
await DialogService.AlertAsync("Polygon saved to map. To save map to database you need to save record", "Mapping Info", new DialogOptions { AllowDragging = true });
Everything is set up as required in program.cs. I am using version 27.2.2.
This line of code seems to generate TWO instances of the dialog. The AllowDragging option was set so I could sperate the two instances which open on top of each other.
Many thanks