feat: tracked entity input (DHIS2-16023) #3219
Annotations
10 warnings
Lint:
src/components/App.js#L327
React Hook useEffect has missing dependencies: 'dispatch', 'loadVisualization', 'previousLocation', and 'rootOrgUnits'. Either include them or remove the dependency array
|
Lint:
src/components/App.js#L388
React Hook useEffect has missing dependencies: 'addOptionSetsMetadata', 'dispatch', 'orgUnitLevels', 'postDataStatistics', and 'rootOrgUnits'. Either include them or remove the dependency array
|
Lint:
src/components/Dialogs/Conditions/AlphanumericCondition.js#L36
React Hook useEffect has a missing dependency: 'onChange'. Either include it or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
src/components/Dialogs/Conditions/NumericCondition.js#L73
React Hook useEffect has missing dependencies: 'availableLegendSets', 'fetchLegendSets', and 'operator'. Either include them or remove the dependency array
|
Lint:
src/components/Dialogs/Conditions/NumericCondition.js#L116
React Hook useEffect has missing dependencies: 'dataEngine', 'legendSet', and 'setLegendSet'. Either include them or remove the dependency array
|
Lint:
src/components/Dialogs/Conditions/RepeatableEvents.js#L44
React Hook useEffect has missing dependencies: 'dimensionId' and 'dispatch'. Either include them or remove the dependency array
|
Lint:
src/components/Dialogs/PeriodDimension/StartEndDate.js#L14
React Hook useEffect has a missing dependency: 'setValue'. Either include it or remove the dependency array. If 'setValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
src/components/MainSidebar/DimensionsList/DimensionsList.js#L51
React Hook useEffect has missing dependencies: 'fetching', 'loading', and 'setIsListEndVisible'. Either include them or remove the dependency array. Mutable values like 'scrollBoxRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Lint:
src/components/MainSidebar/ProgramDimensionsPanel/ProgramSelect.js#L102
React Hook useEffect has a missing dependency: 'inputType'. Either include it or remove the dependency array
|
Lint:
src/components/MainSidebar/ProgramDimensionsPanel/useProgramDataDimensions.js#L326
React Hook useEffect has a missing dependency: 'fetchDimensions'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading