TanStack
OSS
router
Sign in / Sign up
Open main menu
router
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
7107
0aeed95e fix(react-router): guard inline-script SSR path with wentThroughNonHydratedPhase ref Narrows the dangerouslySetInnerHTML React-tree-preservation guard to only activate for components that went through the SSR pre-hydration phase. On client-side navigation useHydrated() immediately returns true, so wentThroughNonHydratedPhase.current is false and we fall through to return null — the useEffect handles imperative injection instead. Without this fix, client navigation caused React to render an inert dangerouslySetInnerHTML script that the useEffect dedup check mistook for an already-executed script, so the script was never actually run. Fixes the 3 failing tests in Scripts.test.tsx.
by Maks Pikov
M
Failed
7107
Fix ready
→
97fadb4d fix(react-router): preserve inline head scripts in React tree after hydration
by Maks Pikov
M
Previous page
Previous
Next
Next page