fix: use electron store #4759
Annotations
11 warnings
Format, Lint and Typecheck (lts/*)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Format, Lint and Typecheck (lts/*):
apps/mobile/scripts/with-follow-assets.js#L39
Assignment to function parameter 'config'
|
Format, Lint and Typecheck (lts/*):
apps/mobile/scripts/with-follow-assets.js#L40
Assignment to function parameter 'config'
|
Format, Lint and Typecheck (lts/*):
apps/mobile/src/components/common/BlurEffect.tsx#L8
Inline style: { overflow: 'hidden', backgroundColor: 'transparent' }
|
Format, Lint and Typecheck (lts/*):
apps/mobile/src/components/common/BlurEffect.tsx#L23
Inline style: { overflow: 'hidden', backgroundColor: 'transparent' }
|
Format, Lint and Typecheck (lts/*):
apps/mobile/src/components/common/RefreshControl.tsx#L40
React Hook React.useEffect has a missing dependency: 'rotation'. Either include it or remove the dependency array
|
Format, Lint and Typecheck (lts/*):
apps/mobile/src/components/common/RefreshControl.tsx#L51
Inline style: { opacity: 'pullProgress > 0 ? 1 : 0' }
|
Format, Lint and Typecheck (lts/*):
apps/mobile/src/components/common/SafeNavigationScrollView.tsx#L32
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
|
Format, Lint and Typecheck (lts/*):
apps/mobile/src/components/ui/dropdown/DropdownMenu.tsx#L32
Inline style: { flex: 1 }
|
Format, Lint and Typecheck (lts/*):
apps/mobile/src/components/ui/form/FormProvider.tsx#L13
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
Format, Lint and Typecheck (lts/*):
apps/mobile/src/components/ui/form/Select.tsx#L53
React Hook useEffect has missing dependencies: 'currentValue' and 'onValueChange'. Either include them or remove the dependency array. If 'onValueChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|