UI Cleanup #2569
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run app linter:
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
|
Run app linter:
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
|
Run app linter:
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
|
Run app linter:
app/src/components/data-grid/DataGridValidationAlert.tsx#L75
React Hook useCallback has a missing dependency: 'focusErrorAtIndex'. Either include it or remove the dependency array
|
Run app linter:
app/src/components/data-grid/DataGridValidationAlert.tsx#L83
React Hook useCallback has a missing dependency: 'focusErrorAtIndex'. Either include it or remove the dependency array
|
Run app linter:
app/src/components/data-grid/DataGridValidationAlert.tsx#L117
React Hook useCallback has a missing dependency: 'props.muiDataGridApiRef'. Either include it or remove the dependency array
|
Run app linter:
app/src/components/data-grid/DataGridValidationAlert.tsx#L128
React Hook useEffect has missing dependencies: 'index' and 'numErrors'. Either include them or remove the dependency array
|
Run app linter:
app/src/components/data-grid/StyledDataGrid.tsx#L14
React Hook useCallback has a missing dependency: 'props.noRowsMessage'. Either include it or remove the dependency array
|
Run app linter:
app/src/contexts/observationsTableContext.tsx#L227
React Hook useEffect has a missing dependency: 'refreshObservationRecords'. Either include it or remove the dependency array
|
Run app linter:
app/src/contexts/observationsTableContext.tsx#L253
React Hook useCallback has a missing dependency: '_muiDataGridApiRef'. Either include it or remove the dependency array
|
Loading