MCPcopy Create free account
hub / github.com/TanStack/devtools / issues

Function issues

packages/devtools-a11y/src/core/components/IssueList.tsx:115–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

113 <For each={IMPACTS}>
114 {(impact) => {
115 const issues = () =>
116 ally.filteredIssues().filter((issue) => issue.impact === impact)
117
118 const shouldRender = () => {
119 if (ally.impactKey() !== 'all') {

Callers 3

shouldRenderFunction · 0.85
A11yIssueListFunction · 0.85
SerpPreviewSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected