-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: introduce MessageListContext #2166
feat: introduce MessageListContext #2166
Conversation
Size Change: +786 B (0%) Total Size: 1.91 MB
ℹ️ View Unchanged
|
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #2166 +/- ##
==========================================
- Coverage 83.65% 83.64% -0.02%
==========================================
Files 307 308 +1
Lines 7111 7129 +18
Branches 2017 2018 +1
==========================================
+ Hits 5949 5963 +14
- Misses 829 832 +3
- Partials 333 334 +1
☔ View full report in Codecov by Sentry. |
🎉 This PR is included in version 11.0.0-rc.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 10.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
Expose API relevant to
MessageList
children. At the moment it exposes functionscrollToBottom
and reference to the message list's root element needed to control the scroll-to-bottom logic.