Closed myandrienko closed 2 months ago
Attention: Patch coverage is 0%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 85.55%. Comparing base (
d1c7ffa
) to head (1f83347
). Report is 47 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
src/components/Chat/hooks/useCreateChatClient.ts | 0.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Size Change: +19 B (0%)
Total Size: 650 kB
Filename | Size | Change |
---|---|---|
./dist/components/Chat/hooks/useCreateChatClient.js |
478 B | +10 B (+2.14%) |
./dist/index.cjs.js |
354 kB | +9 B (0%) |
:tada: This PR is included in version 12.0.0-rc.8 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 12.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
đ https://github.com/GetStream/stream-chat-react/pull/2463
It might be better not to recreate the client every time options update, since
useCreateChatClient({ options: { /* some inline options */ } })
will probably be a popular way to use this hook.