fix(native-app): offline mode more fixes #59481
Annotations
11 warnings
apps/native/app/src/components/bottom-tabs-indicator/bottom-tabs-indicator.tsx#L51
React Hook useEffect has a missing dependency: 'av'. Either include it or remove the dependency array
|
apps/native/app/src/components/offline/offline-banner.tsx#L50
React Hook useEffect has a missing dependency: 'popIn'. Either include it or remove the dependency array
|
apps/native/app/src/components/pin-keypad/pin-keypad.tsx#L29
Unexpected any. Specify a different type
|
apps/native/app/src/components/pin-keypad/pin-keypad.tsx#L83
'width' is assigned a value but never used. Allowed unused vars must match /^_[a-zA-Z0-9]*$/u
|
apps/native/app/src/components/pin-keypad/pin-keypad.tsx#L93
React Hook useEffect has missing dependencies: 'onPressIn', 'onPressOut', and 'value'. Either include them or remove the dependency array. If 'onPressIn' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
apps/native/app/src/components/pin-keypad/pin-keypad.tsx#L199
React Hook useCallback has missing dependencies: 'gutter', 'intl', 'onFaceIdPress', and 'size'. Either include them or remove the dependency array
|
apps/native/app/src/components/visualized-pin-code/visualized-pin-code.tsx#L108
React Hook useEffect has a missing dependency: 'shake'. Either include it or remove the dependency array
|
apps/native/app/src/contexts/theme-provider.tsx#L35
React Hook useEffect has missing dependencies: 'preferences.appearanceMode' and 'prevColorScheme'. Either include them or remove the dependency array
|
apps/native/app/src/contexts/theme-provider.tsx#L45
React Hook useEffect has a missing dependency: 'selectedTheme.isDark'. Either include it or remove the dependency array
|
apps/native/app/src/graphql/client.ts#L70
'error' is defined but never used. Allowed unused args must match /^_[a-zA-Z0-9]*$/u
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "pr-event".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading