-
Notifications
You must be signed in to change notification settings - Fork 275
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 useCreateChatClient hook #1916
Conversation
Codecov ReportBase: 83.45% // Head: 82.84% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop GetStream/stream-chat-react#1916 +/- ##
===========================================
- Coverage 83.45% 82.84% -0.62%
===========================================
Files 259 260 +1
Lines 6414 6469 +55
Branches 1809 1737 -72
===========================================
+ Hits 5353 5359 +6
- Misses 891 945 +54
+ Partials 170 165 -5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
fd28a0b
to
525d001
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1916 +/- ##
==========================================
- Coverage 85.04% 84.84% -0.21%
==========================================
Files 344 345 +1
Lines 7702 7725 +23
Branches 2143 2145 +2
==========================================
+ Hits 6550 6554 +4
- Misses 806 823 +17
- Partials 346 348 +2 ☔ View full report in Codecov by Sentry. |
525d001
to
ba3c547
Compare
ba3c547
to
88c43d9
Compare
Size Change: +1.35 kB (0%) Total Size: 1.79 MB
ℹ️ View Unchanged
|
2cc3b70
to
a510e8f
Compare
88c43d9
to
bba6bb3
Compare
🎉 This PR is included in version 11.11.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [11.11.0](v11.10.0...v11.11.0) (2024-03-01) ### Bug Fixes * cleanup ML types and defaults ([#2305](#2305)) ([b3ed81d](b3ed81d)) ### Features * introduce useCreateChatClient hook ([#1916](#1916)) ([e086565](e086565)), closes [GetStream/stream-chat-react-issues#19](https://github.com/GetStream/stream-chat-react-issues/issues/19)
🎯 Goal
Introduce
useCreateChatClient
hook which takes care of creation and initiation ofStreamChat
client.closes: GetStream/stream-chat-react-issues#19