Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/router
/ rootRoute
Function
rootRoute
packages/solid-router/src/Matches.tsx:50–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
: Solid.Suspense
49
50
const rootRoute: () => AnyRoute = () => router.routesById[rootRouteId]
51
const PendingComponent =
52
rootRoute().options.pendingComponent ??
53
router.options.defaultPendingComponent
Callers
1
Matches
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected