react catalog #644
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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/
|