Toast
Toast copied to clipboard
[Bug]
I'm seeing this error with Blazored toast in the console:
Dashboard:1 The resource https://localhost:7167/_content/Blazored.Toast/Blazored.Toast.bundle.scp.css was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate as value and it is preloaded intentionally.
I've no explicit reference to that file in my own code.
This is the declaration I have in App.razor:
<BlazoredToasts @rendermode="InteractiveAuto"
Position="Blazored.Toast.Configuration.ToastPosition.TopRight"
Timeout="10"
RemoveToastsOnNavigation="true" />