Skip to content

hide created and new status if revision required #909

hide created and new status if revision required

hide created and new status if revision required #909

Triggered via pull request January 29, 2025 17:54
Status Failure
Total duration 2m 16s
Artifacts

web.ci.yml

on: pull_request
setup-job
8s
setup-job
Matrix: linting
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
linting (18.x)
Process completed with exit code 1.
linting (18.x): submit-web/src/components/PackageStatusChip/PackageStatusChipStack.tsx#L52
The 'hideStatus' function makes the dependencies of useMemo Hook (at line 75) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'hideStatus' in its own useCallback() Hook