Overview

During development, when Blazor apps encounter an error, it displays a light yellow bar the bottom of the screen. Customize it in wwwroot/index.html:

<div id="blazor-error-ui">
    An unhandled error has occurred.
    <a href="" class="reload">Reload</a>
    <a class="dismiss">🗙</a>
</div>