This repository has been archived by the owner on May 10, 2020. It is now read-only.
v0.7.0
Pre-release
Pre-release
Updated to Blazor v0.7.0
Breaking Change
You must call initialize on Context prior to use. I hope to remove this in a future version.
protected async override Task OnInitAsync()
{
await Context.Initialize();
}