BlazorDialog
BlazorDialog copied to clipboard
BlazorDialog seems to not be working after .net8 update
Once updated from .NET 6 to .NET 8 (as well as BlazorDialog v2.3 to v.3.2) the Blazor Dialog stopped working.
Steps to reproduce the behavior:
- Update to .NET 8
- Follow the BlazorDialog instalation instructions provided
Expected behavior Expected Dialog to appear
- OS: Windows 10
- Browser : chrome, edge
Can you provide a sample project that shows that the dialog is not working?
Did you add the <DialogOutput/> component in your MainLayout.razor ?