You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to know why it activated twice to execute the twice load method, which confused me, I was using the official template code! protected override async Task OnInitializedAsync() { forecasts = await ForecastService.GetForecastAsync(DateTime.Now); }
The text was updated successfully, but these errors were encountered:
I put a load mask on the page so that when I refresh the page, the mask doesn't appear for the first time, the data flashes before it appears, and I'm sure my logic is correct
I want to know why it activated twice to execute the twice load method, which confused me, I was using the official template code!
protected override async Task OnInitializedAsync() { forecasts = await ForecastService.GetForecastAsync(DateTime.Now); }
The text was updated successfully, but these errors were encountered: