The published SSR/browser contract passes on Linux and macOS, but Windows CI consistently renders destination SSR pages without active client handlers after navigation.
Observed in askr-examples CI: buttons remain at server-rendered state after navigating from / to /activity and from /workspace to /workspace/users/:id; repeated Playwright clicks and keyboard activation do not change aria-pressed/aria-expanded. Direct local Linux browser coverage passes.
Examples temporarily skip the two affected Windows SSR flows with a link to this issue; restore them after the framework hydration seam is fixed.
Evidence: askrjs/askr-examples#2, run 30170230964.
The published SSR/browser contract passes on Linux and macOS, but Windows CI consistently renders destination SSR pages without active client handlers after navigation.
Observed in askr-examples CI: buttons remain at server-rendered state after navigating from
/to/activityand from/workspaceto/workspace/users/:id; repeated Playwright clicks and keyboard activation do not changearia-pressed/aria-expanded. Direct local Linux browser coverage passes.Examples temporarily skip the two affected Windows SSR flows with a link to this issue; restore them after the framework hydration seam is fixed.
Evidence: askrjs/askr-examples#2, run 30170230964.