Toast icon indicating copy to clipboard operation
Toast copied to clipboard

[Bug]

Open mip1983 opened this issue 1 year ago • 0 comments

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.

image

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" />

mip1983 avatar Dec 18 '24 22:12 mip1983