Skip to content

react catalog

react catalog #644

Triggered via pull request July 28, 2023 16:06
Status Failure
Total duration 1m 34s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Matrix: run_linter
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
run_linter (14.x): src/components/Search/Search.tsx#L32
React Hook "useAppSelector" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
run_linter (14.x): src/components/Search/Search.tsx#L33
React Hook "useAppDispatch" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
run_linter (14.x): src/features/search.ts#L13
Assignment to property of function parameter 'state'
run_linter (14.x): src/features/search.ts#L16
Assignment to property of function parameter 'state'
run_linter (14.x)
Process completed with exit code 1.
run_linter (14.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/