Skip to content

Commit e76a947

Browse files
committed
fix: linter issues
1 parent f0e5a22 commit e76a947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/contexts/messagesContext/MessagesContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ export type MessagesContextValue<
258258
sendReaction: (type: string, messageId: string) => Promise<void>;
259259
setEditingState: (message?: MessageType<StreamChatGenerics>) => void;
260260
setQuotedMessageState: (message: MessageType<StreamChatGenerics> | boolean) => void;
261-
supportedReactions: ReactionData[];
262261
/**
263262
* UI component for StreamingMessageView. Displays the text of a message with a typewriter animation.
264263
*/
265264
StreamingMessageView: React.ComponentType<StreamingMessageViewProps<StreamChatGenerics>>;
265+
supportedReactions: ReactionData[];
266266
/**
267267
* UI component for TypingIndicator
268268
* Defaults to: [TypingIndicator](https://getstream.io/chat/docs/sdk/reactnative/ui-components/typing-indicator/)

0 commit comments

Comments
 (0)