npm @sendbird/uikit-react 3.17.7
## [v3.17.7] (JAN 02 2026)

one day ago

Features

  • Add a renderTypingIndicatorBubble to customize typingIndicator

    Enables customization of bubble-type typing indicators in addition to the existing customization of text-type typing indicators(renderTypingIndicator).

    • How to use?
      <GroupChannel
        channelUrl="ChannelURL"
        renderTypingIndicatorBubble={(props) => {
          ...
          return <CustomComponent typingMembers={props.typingMembers} />
        }}
      />

Don't miss a new uikit-react release

NewReleases is sending notifications on new releases.