Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] #266

Open
mip1983 opened this issue Dec 18, 2024 · 0 comments
Open

[Bug] #266

mip1983 opened this issue Dec 18, 2024 · 0 comments
Labels
Bug Something isn't working Triage Issue needs to be triaged

Comments

@mip1983
Copy link

mip1983 commented Dec 18, 2024

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 mip1983 added Bug Something isn't working Triage Issue needs to be triaged labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant