Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Fixes organization link in prod environment #1023

Fixes organization link in prod environment

Fixes organization link in prod environment #1023

Triggered via push November 30, 2023 15:41
Status Success
Total duration 2m 39s
Artifacts

main.yml

on: push
node-tests-and-build
51s
node-tests-and-build
Fit to window
Zoom out
Zoom in

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/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