SIMSBIOHUB-395: Dev - Bulk Delete Sampling Sites #2194
lint-format.yml
on: pull_request
Checkout and cache target branch
16s
Running Linter and Formatter
3m 5s
Annotations
10 warnings
Running Linter and Formatter:
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
|
Running Linter and Formatter:
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
|
Running Linter and Formatter:
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
|
Running Linter and Formatter:
app/src/components/data-grid/DataGridValidationAlert.tsx#L75
React Hook useCallback has a missing dependency: 'focusErrorAtIndex'. Either include it or remove the dependency array
|
Running Linter and Formatter:
app/src/components/data-grid/DataGridValidationAlert.tsx#L83
React Hook useCallback has a missing dependency: 'focusErrorAtIndex'. Either include it or remove the dependency array
|
Running Linter and Formatter:
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
|
Running Linter and Formatter:
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
|
Running Linter and Formatter:
app/src/contexts/observationsTableContext.tsx#L468
React Hook useCallback has a missing dependency: '_validateRows'. Either include it or remove the dependency array
|
Running Linter and Formatter:
app/src/contexts/telemetryTableContext.tsx#L301
React Hook useCallback has a missing dependency: 'telemetryApi'. Either include it or remove the dependency array
|
Running Linter and Formatter:
app/src/contexts/telemetryTableContext.tsx#L427
React Hook useCallback has a missing dependency: '_validateRows'. Either include it or remove the dependency array
|