fix: CachedImage Animated.Value, SWR cache invalidation, background task timeout (#620 #621 #622)#709
Merged
Annotations
10 errors and 11 warnings
|
Lint:
src/components/mobile/MobileProfile.tsx#L419
React Hook useCallback has unnecessary dependencies: 'editBio', 'editEmail', 'editLocation', 'editName', 'editWebsite', and 'persistFields'. Either exclude them or remove the dependency array. Outer scope values like 'editName' aren't valid dependencies because mutating them doesn't re-render the component
|
|
Lint:
src/components/mobile/MobileProfile.tsx#L392
React Hook useCallback has unnecessary dependencies: 'editEmail' and 'editName'. Either exclude them or remove the dependency array. Outer scope values like 'editName' aren't valid dependencies because mutating them doesn't re-render the component
|
|
Lint:
src/components/mobile/MobileProfile.tsx#L379
React Hook useCallback has an unnecessary dependency: 'applyPrefillToFields'. Either exclude it or remove the dependency array. Outer scope values like 'applyPrefillToFields' aren't valid dependencies because mutating them doesn't re-render the component
|
|
Lint:
src/components/mobile/MobileProfile.tsx#L42
Parse errors in imported module '../ui/CachedImage': Expected corresponding JSX closing tag for 'View'. (267:8)
|
|
Lint:
src/components/mobile/AvatarCamera.tsx#L16
Parse errors in imported module '../ui/CachedImage': Expected corresponding JSX closing tag for 'View'. (267:8)
|
|
Lint:
src/components/mobile/AchievementBadges.tsx#L14
Parse errors in imported module '../ui/CachedImage': Expected corresponding JSX closing tag for 'View'. (267:8)
|
|
Lint:
src/components/grid/AdvancedDataGrid.tsx#L340
React Hook useCallback has an unnecessary dependency: 'onImport'. Either exclude it or remove the dependency array
|
|
Lint:
src/components/common/StartupProgressOverlay.tsx#L45
React Hook useEffect has missing dependencies: 'getCompletedSteps', 'getInProgressStep', 'getProgress', 'getRemainingTime', and 'progressAnim'. Either include them or remove the dependency array
|
|
Lint:
src/components/DegradationBanner.tsx#L63
React Hook useEffect has a missing dependency: 'handleDismiss'. Either include it or remove the dependency array
|
|
Lint:
src/__tests__/components/imageCache.test.tsx#L4
Parse errors in imported module '../../components/ui/CachedImage': Expected corresponding JSX closing tag for 'View'. (267:8)
|
|
Complete job
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
src/__tests__/issues/fixes_620_621_622.test.ts#L32
Import in body of module; reorder to top
|
|
Lint:
src/__tests__/issues/fixes_620_621_622.test.ts#L31
Import in body of module; reorder to top
|
|
Lint:
src/__tests__/appInit.test.ts#L22
A `require()` style import is forbidden
|
|
Lint:
src/__tests__/appInit.test.ts#L17
A `require()` style import is forbidden
|
|
Lint:
app/clipboard-demo.tsx#L120
Function component is not an arrow function
|
|
Lint:
app/+html.tsx#L10
Function component is not an arrow function
|
|
Lint:
app/(tabs)/_layout.tsx#L51
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
Lint:
app/(tabs)/_layout.tsx#L44
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
Lint:
app/(tabs)/_layout.tsx#L35
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
|
Lint:
app/(tabs)/_layout.tsx#L28
Do not define components during render. React will see a new component type on every render and destroy the entire subtree’s DOM nodes and state (https://reactjs.org/docs/reconciliation.html#elements-of-different-types). Instead, move this component definition out of the parent component “TabLayout” and pass data as props. If you want to allow component creation in props, set allowAsProps option to true
|
background
wait
wait-all
cancel
parallel
Loading