v2.1.1
Fixes issue with loading per-page JavaScript in Blazor SSR. Presents itself when navigating away from and back to an SSR page (as well as other scenarios).
DotNet discussion items can be found here and here
Requires adding the following to App.razor
<script src="_content/Extensions.MudBlazor.StaticInput/NavigationObserver.js"></script>