It's exactly as the title says.
The StateHasChanged() method has no effect, and I cannot progress because of it.
private async Task Refresh(){ await base.InvokeAsync(this.StateHasChanged);}The component's HTML is not re-rendered, and code sections of the HTML are not called as I have set breakpoints, and they are currently not hit.
Please can someone help?
Thanks!