Skip to content

People management redesign #1933

People management redesign

People management redesign #1933

Triggered via pull request May 12, 2025 15:20
Status Success
Total duration 4m 27s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
Failed to save: "/bin/tar" failed with error: The process '/bin/tar' failed with exit code 1
build
Unexpected any. Specify a different type
build
React Hook useCallback has missing dependencies: 'acceptUserRequest', 'acceptWarningVisible', and 'requestId'. Either include them or remove the dependency array
build
React Hook useCallback has missing dependencies: 'declineUserRequest', 'declineWarningVisible', and 'requestId'. Either include them or remove the dependency array
build
React Hook useCallback has missing dependencies: 'cancelScheduledDeactivation', 'cancelSupplementalPositionRequest', 'cancelTransferInsideRequest', 'cancelTransferInternToStaffRequest', 'cancelUserRequest', 'cancelWarningVisible', 'onCancel', and 'requestId'. Either include them or remove the dependency array. If 'onCancel' changes too often, find the parent component that defines it and wrap that definition in useCallback
build
React Hook useMemo has an unnecessary dependency: 'userSettings'. Either exclude it or remove the dependency array
build
React Hook useMemo has an unnecessary dependency: 'role'. Either exclude it or remove the dependency array
build
React Hook useEffect has a missing dependency: 'onClose'. Either include it or remove the dependency array. If 'onClose' changes too often, find the parent component that defines it and wrap that definition in useCallback
build
The 'defaultValues' object makes the dependencies of useCallback Hook (at line 121) change on every render. To fix this, wrap the initialization of 'defaultValues' in its own useMemo() Hook
build
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
build
Unexpected any. Specify a different type