Closed MartinCupela closed 2 months ago
Attention: Patch coverage is 58.33333%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 85.48%. Comparing base (
28e26ca
) to head (f675ec6
). Report is 18 commits behind head on release-v11.
Files | Patch % | Lines |
---|---|---|
src/components/Channel/Channel.tsx | 58.33% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:tada: This PR is included in version 11.23.7 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 12.0.0-rc.9 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
🎯 Goal
Use the pagination flags from the the client, which actually performs the queries and thus share the information btw React components that are siblings (
ChannelList
queries channels andChannel
will know, what channels have less than the 1st page size message count).depends on https://github.com/GetStream/stream-chat-js/pull/1332