TanStackOSS
    router

router

GitHub
OverviewRunsAnalytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days30 days

Latest CI Pipeline Executions

Sort by
  • 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

© 2026 - Nx Cloud

Terms of ServicePrivacy PolicyChangelogStatusDocsContact Nx CloudPricingCompany@NxDevTools