Skip to content

feat: [IOPID-1550] - Download User Data new DS integration #10441

feat: [IOPID-1550] - Download User Data new DS integration

feat: [IOPID-1550] - Download User Data new DS integration #10441

Triggered via pull request July 5, 2024 21:17
Status Success
Total duration 14m 54s
Artifacts

staticcheck.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
checks
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
checks: ts/components/core/typography/Factory.tsx#L90
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array
checks: ts/features/fci/screens/valid/FciSignatureFieldsScreen.tsx#L110
React Hook React.useEffect has a missing dependency: 'requiredFields'. Either include it or remove the dependency array
checks: ts/screens/profile/PrivacyMainScreen.tsx#L284
React Hook useMemo has a missing dependency: 'spreadableMaybeFimsHistoryListItem'. Either include it or remove the dependency array
checks: ts/utils/hooks/useOnFocus.tsx#L30
React Hook useEffect has missing dependencies: 'dontExecuteBefore', 'lastUpdate', 'loadAction', and 'navigation'. Either include them or remove the dependency array. If 'loadAction' changes too often, find the parent component that defines it and wrap that definition in useCallback