SIMSBIOHUB-598: Manage Deployments & Update Telemetry Table #3621
lint-format.yml
on: pull_request
Checkout and cache target branch
7s
Running Linter and Formatter
3m 57s
Annotations
7 warnings
Running Linter and Formatter:
app/src/contexts/animalPageContext.tsx#L77
React Hook useCallback has missing dependencies: 'projectId' and 'surveyId'. Either include them or remove the dependency array
|
Running Linter and Formatter:
app/src/features/surveys/telemetry/deployments/components/form/DeploymentForm.tsx#L52
React Hook useEffect has missing dependencies: 'critterDataLoader', 'deviceMakesDataLoader', 'frequencyUnitDataLoader', and 'values.critter_id'. Either include them or remove the dependency array
|
Running Linter and Formatter:
app/src/features/surveys/telemetry/deployments/components/form/DeploymentForm.tsx#L70
React Hook useEffect has a missing dependency: 'critterDataLoader'. Either include it or remove the dependency array
|
Running Linter and Formatter:
app/src/features/surveys/telemetry/deployments/edit/EditDeploymentPage.tsx#L53
React Hook useEffect has a missing dependency: 'deploymentDataLoader'. Either include it or remove the dependency array
|
Running Linter and Formatter:
app/src/features/surveys/telemetry/list/SurveyDeploymentList.tsx#L43
React Hook useEffect has missing dependencies: 'deploymentsDataLoader', 'projectId', and 'surveyId'. Either include them or remove the dependency array
|
Running Linter and Formatter:
app/src/features/surveys/telemetry/list/SurveyDeploymentListItemDetails.tsx#L37
React Hook useEffect has a missing dependency: 'captureDataLoader'. Either include it or remove the dependency array
|
Running Linter and Formatter:
app/src/features/surveys/telemetry/list/components/PulsatingDot.tsx#L39
React Hook useEffect has missing dependencies: 'off' and 'time'. Either include them or remove the dependency array
|