Skip to content

feat: [IOBP-514] Move authorization creation request upon payment method selection #5457

feat: [IOBP-514] Move authorization creation request upon payment method selection

feat: [IOBP-514] Move authorization creation request upon payment method selection #5457

Status Cancelled
Total duration 5m 8s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

staticcheck.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 6 warnings
checks
Canceling since a higher priority waiting request for '.github/workflows/staticcheck.yaml-pr-staticcheck-IOBP-514-effettuare-chiamata-di-new-transaction-subito-dopo-che-il-metodo-viene-selezionato' exists
checks
The operation was canceled.
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/bonus/cgn/components/detail/CgnCardComponent.tsx#L146
React Hook useEffect has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useEffect call and refer to those specific props inside useEffect
checks: ts/features/messages/components/MessagesArchive.tsx#L59
React Hook useCallback has missing dependencies: 'navigateToMessageDetail' and 'toggleItem'. Either include them or remove the dependency array. If 'navigateToMessageDetail' changes too often, find the parent component that defines it and wrap that definition in useCallback
checks: ts/features/wallet/paypal/screen/PayPalPspUpdateScreen.tsx#L181
React Hook useEffect has missing dependencies: 'idPayment' and 'idWallet'. Either include them or remove the dependency array
checks: ts/screens/services/ServicesWebviewScreen.tsx#L94
React Hook React.useEffect has missing dependencies: 'props.goBackAndResetInternalNavigationInfo', 'route.params.url', and 'token'. Either include them 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