UIREC-294 Check if a holding exists during the abandonment check #321
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: ***-org/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
src/ReceivingList/ReceivingListContainer.js#L92
React Hook useCallback has missing dependencies: 'invalidReferenceMessage', 'mutator.lineOrders', 'mutator.receivingListHoldings', 'mutator.receivingListLocations', and 'mutator.receivingListOrderLines'. Either include them or remove the dependency array
|
src/ReceivingList/ReceivingListFilter/ReceivingListFilter.js#L32
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
|
src/TitleDetails/AddPieceModal/AddPieceModal.js#L71
React Hook useMemo has a missing dependency: 'getState'. Either include it or remove the dependency array. If 'getState' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
src/TitleDetails/TitleDetails.js#L119
The 'poLineLocations' logical expression could make the dependencies of useMemo Hook (at line 120) change on every render. Move it inside the useMemo callback. Alternatively, wrap the initialization of 'poLineLocations' in its own useMemo() Hook
|
src/TitleDetails/TitleDetailsContainer.js#L107
React Hook useCallback has missing dependencies: 'mutator.items' and 'mutator.pieces'. Either include them or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading