Floating dates: make telegram like days animation & other refactoring for performance improvement and easier maintaining #103
Annotations
11 errors
|
Lint:
src/Composer.tsx#L45
Expected 1 arguments, but got 0.
|
Lint:
src/GiftedChat.tsx#L299
Expected 1 arguments, but got 0.
|
Lint:
src/GiftedChat.tsx#L400
Type 'RefObject<FlashList<IMessage> | null>' is not assignable to type 'RefObject<FlashList<IMessage>>'.
|
Lint:
src/MessageContainer/components/DayAnimated/index.tsx#L82
Binding element 'nativeEvent' implicitly has an 'any' type.
|
Lint:
src/MessageContainer/components/Item/index.tsx#L104
Binding element 'nativeEvent' implicitly has an 'any' type.
|
Lint:
src/MessageContainer/index.tsx#L164
Cannot find name 'Message'. Did you mean 'TMessage'?
|
Lint:
src/MessageContainer/index.tsx#L169
Property '_id' does not exist on type '{}'.
|
Lint:
src/MessageContainer/index.tsx#L232
Binding element 'nativeEvent' implicitly has an 'any' type.
|
Lint:
src/MessageContainer/index.tsx#L243
Property 'onLayout' does not exist on type 'object'.
|
Lint:
src/MessageContainer/index.tsx#L276
Type 'RefObject<FlashList<TMessage>> | undefined' is not assignable to type 'Ref<Component<AnimateProps<FlashListProps<unknown>>, any, any>> | undefined'.
|
Loading