Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Fix ComponentStateContainer subscription to state updates
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed May 23, 2024
1 parent a03a75b commit a64e8ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ protected override void BuildRenderTree(RenderTreeBuilder builder)

public void NotifyStateChanged()
{
StateHasChanged();
InvokeAsync(StateHasChanged);
}
}

0 comments on commit a64e8ee

Please sign in to comment.