Skip to content

desktop fix omnibus #6433

desktop fix omnibus

desktop fix omnibus #6433

Triggered via pull request December 17, 2024 18:55
Status Failure
Total duration 4m 49s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
test-build
Type '{ post: Post; showAuthor?: boolean | undefined; showReplies?: boolean | undefined; onPress?: ((post: Post) => void) | undefined; onPressReplies?: ((post: Post) => void) | undefined; ... 8 more ...; isHighlighted?: boolean | undefined; }' is not assignable to type '{ post: Post; showAuthor?: boolean | undefined; hideProfilePreview?: boolean | undefined; authorRowProps?: Partial<Omit<RNTamaguiViewNonStyleProps, "elevation" | ... 2 more ... | "fullscreen"> & ... 6 more ... & { ...; }> | undefined; ... 9 more ...; hideOverflowMenu?: boolean | undefined; }'.
test-build
Type 'MemoExoticComponent<({ post, showAuthor, hideProfilePreview, onPressReplies, onPressImage, onPress, onLongPress, onPressRetry, onPressDelete, showReplies, setViewReactionsPost, isHighlighted, hideOverflowMenu, }: { post: Post; showAuthor?: boolean | undefined; hideProfilePreview?: boolean | undefined; authorRowProps...' is not assignable to type 'RenderItemType'.
test-build
Type '(post: Post) => void' is not assignable to type '(post: Post) => Promise<void>'.
test-build
Type of computed property's value is 'MemoExoticComponent<({ post, showAuthor, hideProfilePreview, onPressReplies, onPressImage, onPress, onLongPress, onPressRetry, onPressDelete, showReplies, setViewReactionsPost, isHighlighted, hideOverflowMenu, }: { post: Post; showAuthor?: boolean | undefined; hideProfilePreview?: boolean | undefined; authorRowProps...', which is not assignable to type 'RenderItemType'.
test-build
Process completed with exit code 2.
test-build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636