I'm trying to update a Blazor page using a PeriodicTimer. As per documentation I'm calling InvokeAsync to update state but nothing happens.In the production case that should be a period API calling in order to show updated game matches data on screen.
This is the reproducible case: project repo.
Why the random number on page isn't refreshing?