We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
5640759
Aspnet core 3.0.0 release!
BREAKING CHANGE
Previously when using Blazor WASM this line was required in Startup.cs:
app.AddClientSidePrettyCode();
Use this line instead:
app.AddComponent<ClientSideStyled>("#styled");