Skip to content

feat: [IOPLT-358] Upgrade react-redux to latest supportable version #8961

feat: [IOPLT-358] Upgrade react-redux to latest supportable version

feat: [IOPLT-358] Upgrade react-redux to latest supportable version #8961

Triggered via pull request May 21, 2024 13:08
Status Success
Total duration 28m 50s
Artifacts

staticcheck.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
checks
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab, actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c, actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/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