This repository was archived by the owner on Dec 26, 2025. It is now read-only.
This repository was archived by the owner on Dec 26, 2025. It is now read-only.
CascadingBlazoredModal in MainLayout and using multiple layouts #602
Hello, if two pages use different layouts and
CascadingBlazoredModalis not inside App.razor wrappingRouterbut in lower level e.g, in the layouts then ObjectDisposedException is thrown when navigating from one page to the other.Repro: https://github.com/Jimmys20/BlazoredModalIssue