Skip to content
This repository has been archived by the owner on May 10, 2020. It is now read-only.

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@chanan chanan released this 06 Dec 16:22
· 9 commits to master since this 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();
}