Skip to content

BugFix: Add Missing Env Var For Deployed App. #2177

BugFix: Add Missing Env Var For Deployed App.

BugFix: Add Missing Env Var For Deployed App. #2177

Triggered via pull request January 4, 2024 17:39
Status Success
Total duration 3m 34s
Artifacts

lint-format.yml

on: pull_request
Checkout and cache target branch
18s
Checkout and cache target branch
Running Linter and Formatter
3m 1s
Running Linter and Formatter
Fit to window
Zoom out
Zoom in

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