Skip to content

Commit

Permalink
Remove deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Oct 29, 2024
1 parent eb25267 commit 300da96
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Message/MessageOptions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ const UnMemoizedMessageOptions = <
);
};

/**
* @deprecated Consider moving to `MessageActions` from `stream-chat-react/unstable` instead.
*/
export const MessageOptions = React.memo(
UnMemoizedMessageOptions,
) as typeof UnMemoizedMessageOptions;

0 comments on commit 300da96

Please sign in to comment.