This repository has been archived by the owner on Aug 23, 2024. It is now read-only.
Minor translation fixes #1011
main.yml
on: push
node-tests-and-build
54s
docker-release
1m 37s
Annotations
10 warnings
node-tests-and-build:
components/blocks/language-selector.tsx#L27
React Hook useEffect has missing dependencies: 'i18n' and 'languageDetector'. Either include them or remove the dependency array
|
node-tests-and-build:
components/blocks/language-selector.tsx#L34
React Hook useCallback has a missing dependency: 'languageDetector'. Either include it or remove the dependency array
|
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:
components/pages/app/page-templates/list-page-jump-to.tsx#L101
React Hook useEffect has a missing dependency: 'lastElement'. Either include it or remove the dependency array. If 'setLoading' needs the current value of 'lastElement', you can also switch to useReducer instead of useState and read 'lastElement' in the reducer
|
node-tests-and-build:
components/pages/app/page-templates/list-page-jump-to.tsx#L139
React Hook useEffect has missing dependencies: 'currentPage', 'getPageFromPosition', and 'jumpToPosition'. Either include them or remove the dependency array
|
node-tests-and-build:
components/pages/app/page-templates/list-page-jump-to.tsx#L149
React Hook useEffect has missing dependencies: 'getFirstPageIndex', 'jumpTo', 'jumpToPosition', and 'setDataPagination'. Either include them or remove the dependency array. If 'setDataPagination' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
node-tests-and-build:
components/pages/blocks/components/BlockFilter.tsx#L35
React Hook useEffect has a missing dependency: '_onEnableFilter'. Either include it or remove the dependency array
|
node-tests-and-build:
components/pages/transactions/components/TransactionsFilter.tsx#L35
React Hook useEffect has a missing dependency: '_onEnableFilter'. Either include it or remove the dependency array
|
node-tests-and-build:
components/pages/verify/index.tsx#L9
'ReactNode' is defined but never used
|
node-tests-and-build:
components/pages/verify/index.tsx#L9
'useEffect' is defined but never used
|