Skip to content

Merge branch 'master' into feat/option-set-selector-DHIS2-17872 #5581

Merge branch 'master' into feat/option-set-selector-DHIS2-17872

Merge branch 'master' into feat/option-set-selector-DHIS2-17872 #5581

Triggered via push February 26, 2025 10:43
Status Success
Total duration 1m 27s
Artifacts

node-test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
unit: src/components/FileMenu/DeleteDialog.js#L26
React Hook useMemo has a missing dependency: 'type'. Either include it or remove the dependency array
unit: src/components/TranslationDialog/TranslationModal/TranslationForm.js#L149
React Hook useEffect has a missing dependency: 'fetchFieldsTranslations'. Either include it or remove the dependency array
unit: src/components/UserMention/useUserSearchResults.js#L24
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
unit: src/modules/pivotTable/useScrollPosition.js#L7
React Hook useCallback does nothing when called with only one argument. Did you forget to pass an array of dependencies?
unit: src/modules/utils.js#L25
React Hook useEffect was passed a dependency list that is not an array literal. This means we can't statically verify whether you've passed the correct dependencies
unit: src/modules/utils.js#L25
React Hook useEffect has a missing dependency: 'fn'. Either include it or remove the dependency array. If 'fn' changes too often, find the parent component that defines it and wrap that definition in useCallback