This repository was archived by the owner on Aug 23, 2024. It is now read-only.
B/bulk bugfixes #1030
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
main.yml
on: pull_request
node-tests-and-build
52s
docker-release
0s
Annotations
11 warnings
node-tests-and-build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/blocks/question-results.tsx#L77
Unexpected any. Specify a different type
|
node-tests-and-build:
components/blocks/question-results.tsx#L155
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:
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
|