--- type: Task status: AI Gen TODO category: QA isAgentGenerated: "true" --- # Test: Blazor WASM Hydration Timing and State Reconciliation ## Description Verify that the Blazor WASM client correctly reconciles state during hydration — the prerendered HTML should match the client-rendered output, and user interactions initiated **before** Blazor finishes loading should either be queued or gracefully ignored, not cause a crash or a stale render. ## Rationale The app uses Blazor WASM with server-side prerendering. During the hydration gap (between `window.onload` and Blazor attaching its event handlers), the page shows static prerendered HTML. If a user (or test) interacts with a `