MAT-9814: fix Shared Measures unshare targeting wrong user #618
Annotations
10 warnings
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint the source code:
src/hooks/useOwnerName.ts#L32
React Hook useEffect has a missing dependency: 'userServiceApi'. Either include it or remove the dependency array
|
|
Lint the source code:
src/components/measureActions/dialogs/viewHumanReadableModal/ViewHRModal.tsx#L50
React Hook useEffect has a missing dependency: 'getHumanReadable'. Either include it or remove the dependency array
|
|
Lint the source code:
src/components/measureActions/dialogs/viewHumanReadableModal/ViewHRModal.tsx#L45
React Hook useCallback has a missing dependency: 'measureServiceApi'. Either include it or remove the dependency array
|
|
Lint the source code:
src/components/measureActions/dialogs/transferDialog/TransferDialog.tsx#L131
React Hook useEffect has a missing dependency: 'formik'. Either include it or remove the dependency array
|
|
Lint the source code:
src/components/measureActions/dialogs/shareDialog/ShareDialog.tsx#L634
React Hook useEffect has a missing dependency: 'onRowSelectionChange'. Either include it or remove the dependency array
|
|
Lint the source code:
src/components/measureActions/dialogs/shareDialog/ShareDialog.tsx#L604
React Hook useMemo has an unnecessary dependency: 'measures'. Either exclude it or remove the dependency array
|
|
Lint the source code:
src/components/measureActions/dialogs/shareDialog/ShareDialog.tsx#L355
React Hook useCallback has missing dependencies: 'measureServiceApi', 'measures', and 'table'. Either include them or remove the dependency array
|
|
Lint the source code:
src/components/measureActions/dialogs/shareDialog/ShareDialog.tsx#L172
The 'updateUnsharedMeasuresRequest' function makes the dependencies of useCallback Hook (at line 448) change on every render. Move it inside the useCallback callback. Alternatively, wrap the definition of 'updateUnsharedMeasuresRequest' in its own useCallback() Hook
|
|
Lint the source code:
src/components/measureActions/dialogs/compareVersionsDialog/HumanReadableDiffViewer.tsx#L49
React Hook useCallback has a missing dependency: 'setDifferences'. Either include it or remove the dependency array. If 'setDifferences' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
background
wait
wait-all
cancel
parallel
Loading