TanStack
OSS
router
Overview
Sign in / Sign up
Open main menu
router
Select a tab
Overview
Runs
Analytics
router
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Filter
Filter exact branch match
Exact
Select status
Succeeded
main
eab355aa docs: Fix HeadContent docs (#3905) ## Changes 1. **Fix createRootRoute syntax**: Updated all examples in the document head management guide to use the correct `createRootRoute({...})` syntax instead of the incorrect `createRootRoute()({...})` syntax. 2. **Fix HeadContent placement**: The previous commit corrected the code example for Single-Page Applications to properly show the correct syntax for creating a root route with HeadContent. ## Why these changes matter - The incorrect syntax examples could lead to confusion for developers implementing document head management in their applications - These fixes ensure consistency throughout the documentation and provide developers with the correct implementation patterns - Proper documentation helps reduce support requests and improves developer experience ## Technical details - Fixed 5 instances of incorrect `createRootRoute()({...})` syntax throughout the document - Previously fixed the SPA example which had an incorrect API reference These changes ensure that all code examples in the document head management guide are correct and consistent with the actual API implementation.
2 days ago
by diegogb-08
Succeeded
main
eab355aa docs: Fix HeadContent docs (#3905) ## Changes 1. **Fix createRootRoute syntax**: Updated all examples in the document head management guide to use the correct `createRootRoute({...})` syntax instead of the incorrect `createRootRoute()({...})` syntax. 2. **Fix HeadContent placement**: The previous commit corrected the code example for Single-Page Applications to properly show the correct syntax for creating a root route with HeadContent. ## Why these changes matter - The incorrect syntax examples could lead to confusion for developers implementing document head management in their applications - These fixes ensure consistency throughout the documentation and provide developers with the correct implementation patterns - Proper documentation helps reduce support requests and improves developer experience ## Technical details - Fixed 5 instances of incorrect `createRootRoute()({...})` syntax throughout the document - Previously fixed the SPA example which had an incorrect API reference These changes ensure that all code examples in the document head management guide are correct and consistent with the actual API implementation.
2 days ago
by diegogb-08
Succeeded
3905
c2d804d5 docs(router): update createRootRoute syntax in document head management guide Fix the syntax for createRootRoute throughout the document head management guide by removing the extra parentheses. Changed from createRootRoute()({...}) to the correct createRootRoute({...}) syntax.
2 days ago
by diegogb-08