Overriding renderChatItem doesn't clear unread message count

I have implemented renderChatItem in react uikit. when a message is received if the scroll is at the bottom then the unread message count is getting cleared, but if the scroll is at a little top the message is not getting cleared even after scrolling down to the end. any solution for this?


@Tyler

Hi @satyanarayana_ruppa,

Could you send me a video of this behavior? I’m not sure I fully understand the scroll behavior described.

I sent DM to you. please check. thank you @Tyler

Hi Team, Would you get chance to look into it?
I think, When we implement renderChatItem, we don’t have control of the scroll ref, which is outside of renderChatItem.
@Tyler