You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: broken CSS in the ParentMessageInfo component (#1204)
#### Changelog
* Fixed broken CSS in Thread:
* Style was not applied to `ParentMessageInfo` until the first message
was received on the thread list.
* Scroll functionality was not working on the thread list.
#### Fix
* Use `channelState`, `parentMessageState` and `threadListState` to
calculate the loading status in `useMessageLayoutDirection`
* Fix typo for className
0 commit comments