Skip to content

Version Packages

Version Packages #4226

Triggered via push January 21, 2026 12:52
Status Success
Total duration 4m 2s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
linting-and-prettier: packages/orchestrator-ui-components/src/hooks/usePathAutoComplete.ts#L124
React Hook useEffect has a missing dependency: 'debouncedPrefix.length'. Either include it or remove the dependency array
linting-and-prettier: packages/orchestrator-ui-components/src/components/WfoSearchPage/WfoSearch/WfoSearch.tsx#L194
React Hook useEffect has missing dependencies: 'setSelectedRecordId' and 'setSelectedRecordIndex'. Either include them or remove the dependency array
linting-and-prettier: packages/orchestrator-ui-components/src/components/WfoPydanticForm/Footer.tsx#L40
The 'handlePrevious' function makes the dependencies of useEffect Hook (at line 72) change on every render. To fix this, wrap the definition of 'handlePrevious' in its own useCallback() Hook