Tech Debt - General UI Fixes #2110
Annotations
10 warnings
app/src/components/data-grid/DataGridValidationAlert.tsx#L32
React Hook useMemo has a missing dependency: 'props.muiDataGridApiRef'. Either include it or remove the dependency array
|
app/src/components/data-grid/DataGridValidationAlert.tsx#L65
React Hook useMemo has missing dependencies: 'props.muiDataGridApiRef', 'props.validationModel', and 'sortedRowIds'. Either include them or remove the dependency array
|
app/src/components/data-grid/DataGridValidationAlert.tsx#L65
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
app/src/components/data-grid/DataGridValidationAlert.tsx#L75
React Hook useCallback has a missing dependency: 'focusErrorAtIndex'. Either include it or remove the dependency array
|
app/src/components/data-grid/DataGridValidationAlert.tsx#L83
React Hook useCallback has a missing dependency: 'focusErrorAtIndex'. Either include it or remove the dependency array
|
app/src/components/data-grid/DataGridValidationAlert.tsx#L110
React Hook useCallback has a missing dependency: 'props.muiDataGridApiRef'. Either include it or remove the dependency array
|
app/src/components/data-grid/DataGridValidationAlert.tsx#L121
React Hook useEffect has missing dependencies: 'index' and 'numErrors'. Either include them or remove the dependency array
|
app/src/contexts/observationsTableContext.tsx#L468
React Hook useCallback has a missing dependency: '_validateRows'. Either include it or remove the dependency array
|
app/src/features/surveys/observations/sampling-sites/SamplingSiteList.tsx#L62
React Hook useEffect has missing dependencies: 'surveyContext.projectId', 'surveyContext.sampleSiteDataLoader', and 'surveyContext.surveyId'. Either include them or remove the dependency array
|
app/src/features/surveys/view/SurveyPage.tsx#L49
React Hook useEffect has a missing dependency: 'observationsContext.observationsDataLoader'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading