Skip to content

v2.1.1

Compare
Choose a tag to compare
@Anu6is Anu6is released this 23 Jul 21:27
· 54 commits to master since this release

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>