With Blazor 18.3 (also happens in 18.2), the mere inclusion of the <SfDialog> in a page causes an exception when the page is reloaded, or if the user navigates using a bookmark to another page in the site, from any page in the site.
Attached is a sample project where this occurs.
The exception can be seen on
- F5 (page reload)
- navigation to another page within the app using a browser bookmark (e.g, from /index to /news )
In the browser, the following error is logged:
Error: Circuit has been shutdown due to error.
This also happens if the Rich Text Editor is included in the page (instead of the Dialog)
Attachment:
sfbug_b21b8eca.zip