Skip to content

v1.0.0

Choose a tag to compare

@chanan chanan released this 23 Sep 22:20

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");