stream-chat-react
stream-chat-react copied to clipboard
Example of a fixed height message
The MessageSimple component changes its size when reactions are added/removed. This makes it not usable for for livestream use cases, as the list will frequently jump around with reactions from many users.
This is potentially solvable with CSS only, by fixing the position of the reactions popup. Below is an example from our designers.
We can add this to the docs dedicated to Livestream best practices.