Blazor WebAssembly: Error parsing 'integrity' attribute ('undefined') #34571
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Done
This issue has been fixed
feature-static-web-assets
Milestone
Repro steps:
dotnet new blazorwasm
dotnet run
Expected result: App runs fine
Actual result:
Errors in the browser dev console:
Error parsing 'integrity' attribute ('undefined'). The hash algorithm must be one of 'sha256', 'sha384', or 'sha512', followed by a '-' character.
GET https://localhost:5001/_framework/undefined net::ERR_ABORTED 404
The text was updated successfully, but these errors were encountered: