StateHasChanged is not Rendering the component when even Action is invoked
Advertisements I’m trying to trigger StateHasChanged when the button is clicked. This is done by adding StateHasChanged to event Action. When debugging I can see that the Invoke method of the event is being fired but the UI is not re-rendering. This is the flow I want it work like: The button is clicked in… Read More StateHasChanged is not Rendering the component when even Action is invoked