Skip to content

Floating dates: make telegram like days animation & other refactoring for performance improvement and easier maintaining #105

Floating dates: make telegram like days animation & other refactoring for performance improvement and easier maintaining

Floating dates: make telegram like days animation & other refactoring for performance improvement and easier maintaining #105

Triggered via pull request February 12, 2025 07:04
Status Failure
Total duration 55s
Artifacts

main.yml

on: pull_request
Matrix: checks
Fit to window
Zoom out
Zoom in

Annotations

21 errors
checks (20): src/Composer.tsx#L45
Expected 1 arguments, but got 0.
checks (20): src/GiftedChat.tsx#L299
Expected 1 arguments, but got 0.
checks (20): src/GiftedChat.tsx#L400
Type 'RefObject<FlashList<IMessage> | null>' is not assignable to type 'RefObject<FlashList<IMessage>>'.
checks (20): src/MessageContainer/components/DayAnimated/index.tsx#L82
Binding element 'nativeEvent' implicitly has an 'any' type.
checks (20): src/MessageContainer/components/Item/index.tsx#L96
Binding element 'nativeEvent' implicitly has an 'any' type.
checks (20): src/MessageContainer/index.tsx#L31
'user' is declared but its value is never read.
checks (20): src/MessageContainer/index.tsx#L165
Type '{ currentMessage: TMessage; previousMessage: TMessage; nextMessage: TMessage; position: "left" | "right"; onRefDayWrapper: (ref: any, id: string | number, createdAt: number) => void; ... 24 more ...; handleOnScroll?(event: ReanimatedScrollEvent): void; }' is not assignable to type 'ItemProps'.
checks (20): src/MessageContainer/index.tsx#L231
Binding element 'nativeEvent' implicitly has an 'any' type.
checks (20): src/MessageContainer/index.tsx#L242
Property 'onLayout' does not exist on type 'object'.
checks (20): src/MessageContainer/index.tsx#L275
Type 'RefObject<FlashList<TMessage>> | undefined' is not assignable to type 'Ref<Component<AnimateProps<FlashListProps<unknown>>, any, any>> | undefined'.
checks (18)
The job was canceled because "_20" failed.
checks (18): src/Composer.tsx#L45
Expected 1 arguments, but got 0.
checks (18): src/GiftedChat.tsx#L299
Expected 1 arguments, but got 0.
checks (18): src/GiftedChat.tsx#L400
Type 'RefObject<FlashList<IMessage> | null>' is not assignable to type 'RefObject<FlashList<IMessage>>'.
checks (18): src/MessageContainer/components/DayAnimated/index.tsx#L82
Binding element 'nativeEvent' implicitly has an 'any' type.
checks (18): src/MessageContainer/components/Item/index.tsx#L96
Binding element 'nativeEvent' implicitly has an 'any' type.
checks (18): src/MessageContainer/index.tsx#L31
'user' is declared but its value is never read.
checks (18): src/MessageContainer/index.tsx#L165
Type '{ currentMessage: TMessage; previousMessage: TMessage; nextMessage: TMessage; position: "left" | "right"; onRefDayWrapper: (ref: any, id: string | number, createdAt: number) => void; ... 24 more ...; handleOnScroll?(event: ReanimatedScrollEvent): void; }' is not assignable to type 'ItemProps'.
checks (18): src/MessageContainer/index.tsx#L231
Binding element 'nativeEvent' implicitly has an 'any' type.
checks (18): src/MessageContainer/index.tsx#L242
Property 'onLayout' does not exist on type 'object'.
checks (18): src/MessageContainer/index.tsx#L275
Type 'RefObject<FlashList<TMessage>> | undefined' is not assignable to type 'Ref<Component<AnimateProps<FlashListProps<unknown>>, any, any>> | undefined'.