Branch test of tasks-from-dorot (michalmasrna1's PR) #685
Annotations
11 warnings
branch-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
branch-test:
next.config.ts#L18
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
branch-test:
next.config.ts#L20
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
branch-test:
next.config.ts#L31
Unexpected any. Specify a different type
|
branch-test:
src/components/Admin/custom/MyEditActions.tsx#L24
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
branch-test:
src/components/PageLayout/MenuMain/BottomButtons.tsx#L1
'Box' is defined but never used
|
branch-test:
src/components/Posts/PostDetail.tsx#L1
'Box' is defined but never used
|
branch-test:
src/components/Problems/UploadProblemForm.tsx#L42
Unexpected console statement
|
branch-test:
src/components/SchoolSubForm/SchoolSubForm.tsx#L75
React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array. If 'setValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
branch-test:
src/components/SchoolSubForm/SchoolSubForm.tsx#L86
React Hook useEffect has missing dependencies: 'setValue' and 'without_school'. Either include them or remove the dependency array. If 'setValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
branch-test:
src/pages/_app.tsx#L25
'queryClient' is assigned a value but never used
|