Closed henalbrod closed 5 years ago
Reportedly, the AuthComponent is firing an unnecessary StateHasChanged event when running a silent login even if the session state hasn't change.
This is causing animated elements re-renders its animations sequences, causing the app to not act naturally.
Fixed in commit bc59de7
Reportedly, the AuthComponent is firing an unnecessary StateHasChanged event when running a silent login even if the session state hasn't change.
This is causing animated elements re-renders its animations sequences, causing the app to not act naturally.