The ErrorBoundary component is not displaying in the Blazor App
I’m trying to create a error handler for a Blazor App.
I’ve reviewed the offical instruiction on Microsoft Learn
How to make wwwroot/images part of the web assembly in Blazor auto mode?
I’m using the new .NET 8 Web App template, which creates a primary server project, and a client WASM project.