This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Improved calcs to work in different scenarios. Solved problem with re… #1043
main.yml
on: push
node-tests-and-build
21s
docker-release
0s
Annotations
3 errors and 10 warnings
|
node-tests-and-build:
components/blocks/question-results.tsx#L204
Replace `/` with `·/·`
|
node-tests-and-build
Process completed with exit code 1.
|
node-tests-and-build:
components/blocks/question-results.tsx#L38
'votesWeight' is assigned a value but never used
|
node-tests-and-build:
components/blocks/question-results.tsx#L77
Unexpected any. Specify a different type
|
node-tests-and-build:
components/blocks/question-results.tsx#L81
'index' is defined but never used
|
node-tests-and-build:
components/blocks/question-results.tsx#L163
Unexpected any. Specify a different type
|
node-tests-and-build:
components/pages/app/page-templates/list-page-jump-to.tsx#L17
Unexpected any. Specify a different type
|
node-tests-and-build:
hooks/use-pagination-router.tsx#L30
React Hook useEffect has missing dependencies: 'isFirstRender', 'router.pathname', and 'routerPage'. Either include them or remove the dependency array
|
node-tests-and-build:
hooks/use-pagination-router.tsx#L34
React Hook useEffect has missing dependencies: 'currentPage' and 'onPageChange'. Either include them or remove the dependency array. If 'onPageChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
node-tests-and-build:
hooks/use-voconi-sdk.tsx#L20
Unexpected any. Specify a different type
|
node-tests-and-build:
hooks/use-voconi-sdk.tsx#L47
React Hook useCallback has a missing dependency: 'setAlertMessage'. Either include it or remove the dependency array
|
node-tests-and-build:
hooks/use-voconi-sdk.tsx#L73
React Hook useCallback has missing dependencies: 'property' and 'stats'. Either include them or remove the dependency array. If 'setPropertyState' needs the current value of 'property', you can also switch to useReducer instead of useState and read 'property' in the reducer
|