Skip to content

Table cards now paginate independently #176

Table cards now paginate independently

Table cards now paginate independently #176

Triggered via pull request June 18, 2024 02:48
Status Failure
Total duration 26s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 3 warnings
test: app/components/PaginationButtons.tsx#L19
Anchor used as a button. Anchors are primarily expected to navigate. Use the button element instead. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
test: app/components/PaginationButtons.tsx#L19
Visible, non-interactive elements with click handlers must have at least one keyboard listener
test: app/components/PaginationButtons.tsx#L19
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
test: app/components/PaginationButtons.tsx#L31
Anchor used as a button. Anchors are primarily expected to navigate. Use the button element instead. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
test: app/components/PaginationButtons.tsx#L31
Visible, non-interactive elements with click handlers must have at least one keyboard listener
test: app/components/PaginationButtons.tsx#L31
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
test: app/components/TableCard.tsx#L12
'Card' is defined but never used
test: app/lib/utils.ts#L3
'React' is defined but never used
test: app/routes/dashboard.tsx#L20
'TableCard' is defined but never used
test: app/routes/resources.referrer.tsx#L1
'useEffect' is defined but never used
test: app/components/PaginatedTableCard.tsx#L16
Unexpected any. Specify a different type
test: app/components/PaginatedTableCard.tsx#L31
React Hook useEffect has missing dependencies: 'dataFetcher', 'interval', 'loaderUrl', and 'siteId'. Either include them or remove the dependency array
test: app/components/PaginatedTableCard.tsx#L40
React Hook useEffect has missing dependencies: 'dataFetcher' and 'loaderUrl'. Either include them or remove the dependency array