Skip to content

BugFix: Fix api_set_context migration. #2147

BugFix: Fix api_set_context migration.

BugFix: Fix api_set_context migration. #2147

Triggered via pull request December 9, 2023 00:03
Status Success
Total duration 3m 23s
Artifacts

lint-format.yml

on: pull_request
Checkout and cache target branch
13s
Checkout and cache target branch
Running Linter and Formatter
2m 53s
Running Linter and Formatter
Fit to window
Zoom out
Zoom in

Annotations

8 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