Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TanStack/devtools
/ selector
Function
selector
packages/devtools-a11y/src/core/components/IssueCard.tsx:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
export function A11yIssueCard(props: A11yIssueCardProps) {
19
const selector = () => props.issue.nodes[0]?.selector ||
'unknown'
20
const styles = createStyles()
21
22
return (
Callers
1
A11yIssueCard
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected