diff --git a/src/GiftedChat.tsx b/src/GiftedChat.tsx index eaa351ae6..345742284 100644 --- a/src/GiftedChat.tsx +++ b/src/GiftedChat.tsx @@ -54,7 +54,7 @@ dayjs.extend(localizedFormat) export interface GiftedChatProps { /* Message container ref */ - messageContainerRef?: React.RefObject> + messageContainerRef?: React.RefObject> /* text input ref */ textInputRef?: React.RefObject /* Messages to display */ @@ -229,7 +229,7 @@ export interface GiftedChatState { } function GiftedChat( - props: GiftedChatProps, + props: GiftedChatProps, ) { const { messages = [],