MudBlazor.StaticInput
MudBlazor.StaticInput copied to clipboard
TypeError: window.Blazor.addEventListener is not a function
Uncaught TypeError: window.Blazor.addEventListener is not a function at NavigationObserver.js:171:23 at NavigationObserver.js:179:3
if (window.Blazor) {
window.Blazor.addEventListener('afterStarted', ensureInitialized);
Only seems to happen when running in a MAUI context, but works on web/wasm
@Dunge while I don't have any real experience with MAUI, you can test this fix and see if it resolves the issue. (not yet published to NuGet)