Skip to content

fix: change theme from unistyle #159

fix: change theme from unistyle

fix: change theme from unistyle #159

Triggered via push December 11, 2024 03:39
Status Failure
Total duration 49s
Artifacts

ci.yml

on: push
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Test (lts/*, ubuntu-latest): api/feed.ts#L42
Property 'feeds' does not exist on type '{ title: string | null; createdAt: string; userId: string; view: number; category: string | null; feeds: { type: "feed"; id: string; url: string; description?: string | null | undefined; title?: string | ... 1 more ... | undefined; ... 6 more ...; tipUsers?: { ...; }[] | ... 1 more ... | undefined; }; feedId: string...'.
Test (lts/*, ubuntu-latest): api/hono.ts#L1481
Type '{ name: "categories"; dataType: "array"; columnType: "PgArray"; data: string[]; driverParam: string | string[]; enumValues: [string, ...string[]]; }' does not satisfy the constraint 'PgArrayColumnBuilderBaseConfig'.
Test (lts/*, ubuntu-latest): app/(app)/_layout.tsx#L90
Type '"ios"' is not assignable to type 'StackAnimationTypes | undefined'.
Test (lts/*, ubuntu-latest): app/(app)/discover.tsx#L34
'item.feed' is possibly 'undefined'.
Test (lts/*, ubuntu-latest): app/(app)/discover.tsx#L35
Argument of type '{ type: "feed"; id: string; url: string; description?: string | null | undefined; title?: string | null | undefined; image?: string | null | undefined; siteUrl?: string | null | undefined; ... 4 more ...; tipUsers?: { ...; }[] | ... 1 more ... | undefined; } | undefined' is not assignable to parameter of type 'Omit<{ description: string | null; image: string | null; id: string; url: string; title: string | null; siteUrl: string | null; lastModifiedHeader: string | null; etagHeader: string | null; ... 7 more ...; unread: number; }, "view" | ... 2 more ... | "unread">'.
Test (lts/*, ubuntu-latest): app/(app)/discover.tsx#L62
Type '{ type: "feed"; id: string; url: string; description?: string | null | undefined; title?: string | null | undefined; image?: string | null | undefined; siteUrl?: string | null | undefined; ... 4 more ...; tipUsers?: { ...; }[] | ... 1 more ... | undefined; } | undefined' is not assignable to type '{ image?: string | null | undefined; siteUrl?: string | null | undefined; }'.
Test (lts/*, ubuntu-latest): app/(app)/discover.tsx#L72
'item.feed' is possibly 'undefined'.
Test (lts/*, ubuntu-latest): app/(app)/discover.tsx#L82
'item.feed' is possibly 'undefined'.
Test (lts/*, ubuntu-latest): app/(app)/discover.tsx#L96
'item.feed' is possibly 'undefined'.
Test (lts/*, ubuntu-latest): app/(app)/discover.tsx#L140
'item.feed' is possibly 'undefined'.
Test (lts/*, ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test (lts/*, ubuntu-latest): app/(app)/(tabs)/audio.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Test (lts/*, ubuntu-latest): app/(app)/(tabs)/index.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Test (lts/*, ubuntu-latest): app/(app)/(tabs)/notification.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Test (lts/*, ubuntu-latest): app/(app)/(tabs)/picture.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Test (lts/*, ubuntu-latest): app/(app)/(tabs)/social.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Test (lts/*, ubuntu-latest): app/(app)/(tabs)/video.tsx#L59
Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
Test (lts/*, ubuntu-latest): components/activity-indicator.tsx#L16
React Hook useEffect has a missing dependency: 'sv'. Either include it or remove the dependency array
Test (lts/*, ubuntu-latest): components/entry-list.tsx#L277
Do not use Array index as 'key'
Test (lts/*, ubuntu-latest): components/entry-list.tsx#L492
Do not call the 'set' function 'setCanLoadMore' of 'useState' directly in 'useEffect'
Test (lts/*, ubuntu-latest): components/entry-list.tsx#L516
A/an 'object expression' passed as the value prop to the context provider should not be constructed. It will change on every render. Consider wrapping it in a useMemo hook