Blazor .NET 9 new AuthenticationStateSerialization does not reflect server changes back to the client
I have a Blazor web app with per-component render mode, some (including the router/layout) use Static SSR, and some pages/components are set to use WASM with pre-rendering disabled. I also disabled the InteractiveServer
mode and do not plan to use it.