Blazor.Notifications
Blazor.Notifications copied to clipboard
Unable to load script on wasm
In this call the uri starts with "./..." in this way blazor try to load sript from the current page and not from the base of the site:
_moduleTask = new(() => jsRuntime.InvokeAsync<IJSObjectReference>("import", "./_content/Append.Blazor.Notifications/scripts.js").AsTask());