fix: add tests for HydrationRepeatError
Author: radium-vCreated Mar 9, 2026Updated Sep 10, 2026
Labelschorestatus:plannedarea:fast-elementarea:ssr
Bug Report
There are places where HydrationRepeatError can be thrown, and we should have test coverage to account for those scenarios.
The HydrationRepeatError is used in the refreshAllViews and unbindAllViews methods in the repeat.ts module.
Source: microsoft/fast