stream-chat-react
stream-chat-react copied to clipboard
Refactor request: Merge MessageInputSmall and MessageInputFlat into one component
Motivation
Maintenance of two separate components supporting the same interface requires double work to keep them in sync and opens door to the bugs.
Proposal
Deprecate the MessageInputSmall and replace it by MessageInputFlat as a default input for both the main channel view as well as message thread view.