chore: spin up local instances #2787
Annotations
10 warnings
src/components/App.js#L289
React Hook useEffect has missing dependencies: 'dispatch', 'loadVisualization', 'previousLocation', and 'rootOrgUnits'. Either include them or remove the dependency array
|
src/components/App.js#L311
React Hook useEffect has missing dependencies: 'dispatch', 'postDataStatistics', and 'rootOrgUnits'. Either include them or remove the dependency array
|
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
|
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
|
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
|
src/components/Dialogs/Conditions/RepeatableEvents.js#L44
React Hook useEffect has missing dependencies: 'dimensionId' and 'dispatch'. Either include them or remove the dependency array
|
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
|
src/components/MainSidebar/DimensionsList/DimensionsList.js#L43
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
|
src/components/MainSidebar/ProgramDimensionsPanel/ProgramDimensionsPanel.js#L108
React Hook useEffect has a missing dependency: 'currentUser.settings'. Either include it or remove the dependency array
|
src/components/MainSidebar/ProgramDimensionsPanel/useProgramDimensions.js#L269
React Hook useCallback has missing dependencies: 'dimensions', 'engine', and 'programStageNames'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading