React UIKit - Typing status on channel list

Hi Team,
By default, we are displaying lastMessage on each channel preview of ChannelList component. can we show ‘typing indicator’ if someone is typing on that channel preview as well? would you please help me to add it? (we have new sb.ChannelHandler() - onTypingStatusUpdated(), but not sure about the best place to add/remove it properly)

I hope we can use groupChannel.getTypingMembers()/isTyping() to identify if someone is typing. will try and come back. thank you.

isTyping() worked well. thanks.