Blazor Re-render [SOLVED]
Hello, I have a property stored in static class, and I would like to re-render some components that use this Property. I tried to use event Action on to call StateHasChanged on OnInitialized, but throw me error instead. whats the best way to achieve this?