feat/FE: update column & task position with ws #27
Annotations
10 errors and 10 warnings
|
frontend/src/components/board/AddTask.tsx#L6
Replace `"@/utils/UrlPreviewUtils"` with `'@/utils/UrlPreviewUtils'`
|
|
frontend/src/components/board/AddTask.tsx#L5
Replace `"react"` with `'react'`
|
|
frontend/src/components/board/AddTask.tsx#L4
Replace `"@/store/selectors/modalSelector"` with `'@/store/selectors/modalSelector'`
|
|
frontend/src/components/board/AddTask.tsx#L3
Replace `"react-redux"` with `'react-redux'`
|
|
frontend/src/components/board/AddTask.tsx#L2
Replace `"./UrlPreview"` with `'./UrlPreview'`
|
|
frontend/src/components/board/AddTask.tsx#L1
Replace `"lucide-react"` with `'lucide-react'`
|
|
frontend/src/components/auth/LoginForm.tsx#L17
Unexpected any. Specify a different type
|
|
frontend/src/App.tsx#L24
Replace `"dark"` with `'dark'`
|
|
frontend/src/App.tsx#L15
Replace `"top-right"` with `'top-right'`
|
|
frontend/src/App.tsx#L6
Replace `"react-toastify"` with `'react-toastify'`
|
|
frontend/src/pages/workspace/Board.tsx#L116
React Hook useEffect has missing dependencies: 'fetchBoards' and 'fetchWorkspaceDetail'. Either include them or remove the dependency array
|
|
frontend/src/pages/SearchPage.tsx#L91
React Hook useEffect has a missing dependency: 'fetchTasks'. Either include it or remove the dependency array
|
|
frontend/src/pages/SearchPage.tsx#L87
React Hook useEffect has a missing dependency: 'setShowSearch'. Either include it or remove the dependency array
|
|
frontend/src/components/board/UrlPreview.tsx#L38
React Hook useEffect has a missing dependency: 'fetchUrlPreview'. Either include it or remove the dependency array
|
|
frontend/src/components/board/TaskDetailModal.tsx#L87
React Hook useEffect has a missing dependency: 'fetchTaskDetail'. Either include it or remove the dependency array
|
|
frontend/src/components/board/ColumnHeader.tsx#L103
React Hook useCallback has a missing dependency: 'column'. Either include it or remove the dependency array
|
|
frontend/src/components/board/ColumnHeader.tsx#L98
React Hook useCallback has a missing dependency: 'column.id'. Either include it or remove the dependency array
|
|
frontend/src/components/board/ColumnHeader.tsx#L90
React Hook useCallback has a missing dependency: 'column.id'. Either include it or remove the dependency array
|
|
frontend/src/components/board/BoardContent.tsx#L162
React Hook useCallback has a missing dependency: 'tasks.byId'. Either include it or remove the dependency array
|
|
frontend/src/components/board/AssignMembers.tsx#L55
React Hook useEffect has a missing dependency: 'fetchMemebers'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading