Skip to content

chore(Cross): [IOAPPX-217] Add NativeStackNavigator to the Design System section #7747

chore(Cross): [IOAPPX-217] Add NativeStackNavigator to the Design System section

chore(Cross): [IOAPPX-217] Add NativeStackNavigator to the Design System section #7747

Triggered via pull request April 11, 2024 12:11
Status Success
Total duration 13m 24s
Artifacts

staticcheck.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 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/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/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