feat: infra and domain #2249
Annotations
11 warnings
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/sections/dataset/dataset-files/files-table/row-selection/useFileSelection.ts#L75
React Hook useEffect has a missing dependency: 'updateFileSelection'. Either include it or remove the dependency array
|
lint:
src/sections/dataset/dataset-files/files-table/row-selection/useFileSelection.ts#L79
React Hook useEffect has missing dependencies: 'computeCurrentPageRowSelection' and 'setCurrentPageRowSelection'. Either include them or remove the dependency array. If 'setCurrentPageRowSelection' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
lint:
src/sections/dataset/dataset-files/useFiles.tsx#L75
React Hook useEffect has missing dependencies: 'getFiles' and 'getFilesCountInfo'. Either include them or remove the dependency array
|
lint:
src/sections/edit-collection-general-info/EditCollectionGeneralInfo.tsx#L23
'metadataBlockInfoRepository' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/sections/edit-collection-general-info/EditCollectionGeneralInfo.tsx#L26
'isLoading' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
src/sections/edit-collection-general-info/EditCollectionGeneralInfo.tsx#L26
'setIsLoading' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
src/sections/edit-collection-general-info/EditCollectionGeneralInfo.tsx#L27
'user' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
src/sections/edit-collection-general-info/EditCollectionGeneralInfo.tsx#L36
'isLoadingCollectionUserPermissions' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
src/sections/edit-collection-general-info/EditCollectionGeneralInfo.tsx#L37
'collectionPermissionsError' is assigned a value but never used. Allowed unused vars must match /^_/u
|
lint:
src/sections/shared/pagination/PaginationControls.tsx#L45
React Hook useEffect has missing dependencies: 'onPaginationInfoChange' and 'paginationInfo'. Either include them or remove the dependency array. If 'onPaginationInfoChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|