fix: add TRIGGER_PROJECT to action env #3358
Annotations
10 warnings
Run linters:
src/app/_fetchers/TaskDataFetcher.tsx#L52
React Hook useCallback has a missing dependency: 'buildQueryString'. Either include it or remove the dependency array
|
Run linters:
src/app/detail/ui/ActivityWrapper.tsx#L56
React Hook useEffect has missing dependencies: 'cacheKey', 'lastUpdated', and 'mutate'. Either include them or remove the dependency array
|
Run linters:
src/app/detail/ui/Sidebar.tsx#L89
React Hook useEffect has missing dependencies: 'assignee', 'updateAssigneeValue', and 'updateStatusValue'. Either include them or remove the dependency array
|
Run linters:
src/app/ui/NewTaskForm.tsx#L374
React Hook useCallback has missing dependencies: 'showModal' and 'updateWorkflowStatusValue'. Either include them or remove the dependency array. If 'updateWorkflowStatusValue' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Run linters:
src/app/ui/TaskBoard.tsx#L68
React Hook useCallback has missing dependencies: 'mode' and 'previewMode'. Either include them or remove the dependency array
|
Run linters:
src/app/ui/TaskBoard.tsx#L107
React Hook useEffect has a missing dependency: 'hasInitialized'. Either include it or remove the dependency array
|
Run linters:
src/components/cards/ClientTaskCard.tsx#L41
React Hook useEffect has a missing dependency: 'task.assigneeId'. Either include it or remove the dependency array
|
Run linters:
src/components/cards/ListViewTaskCard.tsx#L44
React Hook useEffect has a missing dependency: 'task.assigneeId'. Either include it or remove the dependency array
|
Run linters:
src/components/inputs/CommentInput.tsx#L78
React Hook useEffect has a missing dependency: 'handleSubmit'. Either include it or remove the dependency array
|
Run linters:
src/components/layouts/FilterBar.tsx#L71
React Hook useEffect has a missing dependency: 'loading'. Either include it or remove the dependency array
|