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
feat: add MessageListMainPanel to ComponentContext (#2528)
### 🎯 Goal
Allows to override `MessageListMainPanel` component especially for
integrators migrating to `v12` where `MessageListMainPanel` now always
renders a `div` since the theming v2 is now a default.
#### Additional changs:
- Added new class name to the default component to correct naming
(`str-chat__message-list-main-panel`), ideally the styling would be
moved too and the existing class name deprecated.
- Simplified `ChannelPropsForwardedToComponentContext` type by picking
types from the `ComponentContextValue` type directly.
0 commit comments