Hi
I'm using your implementation of MessageBoxService in blazor-ui-master.
All works fine but........ when I deploy the webapp in Azure happen a strange issue
When one client open the messagebox all the other connected user, in different places connected to the same web app, can see the same windows opened.
I know: this is a very stupid question, but I do not know how to solve it.
I've tried to modify in startup from addscoped to addtransient..... but I obtain the same issue.
Tnx