Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/TanStack/router
/ matchComponent
Function
matchComponent
packages/solid-router/src/Matches.tsx:81–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
})
80
81
const matchComponent = () => {
82
return (
83
<Solid.Show when={matchId()}>
84
<Match matchId={matchId()!} />
85
</Solid.Show>
86
)
87
}
88
89
return (
90
<matchContext.Provider value={matchId}>
Callers
1
MatchesInner
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected