v1.0.0
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");
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");