chore: Release v0.3.2-beta.0 #1701
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run linter and fix issues:
apps/mobile/scripts/with-follow-assets.js#L39
Assignment to function parameter 'config'
|
Run linter and fix issues:
apps/mobile/scripts/with-follow-assets.js#L40
Assignment to function parameter 'config'
|
Run linter and fix issues:
apps/mobile/src/components/common/HeaderBlur.tsx#L7
Inline style: { overflow: 'hidden', backgroundColor: 'transparent' }
|
Run linter and fix issues:
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
|
Run linter and fix issues:
apps/mobile/src/components/common/RefreshControl.tsx#L51
Inline style: { opacity: 'pullProgress > 0 ? 1 : 0' }
|
Run linter and fix issues:
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
|
Run linter and fix issues:
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
|
Run linter and fix issues:
apps/mobile/src/components/ui/grid/index.tsx#L24
Using 'Children.toArray' is uncommon and can lead to fragile code. Use alternatives instead
|
Run linter and fix issues:
apps/mobile/src/components/ui/grid/index.tsx#L40
Do not use Array index as 'key'
|
Run linter and fix issues:
apps/mobile/src/components/ui/grid/index.tsx#L42
Do not use Array index as 'key'
|
Loading