Fixes
-
Fixed a bug where every
SendbirdProvidermount created a newSendbirdChatinstance and WebSocket connection instead of reusing the cached oneTo use a separate instance, pass
newInstance: trueexplicitly throughsdkInitParams. -
Fixed a bug where a failure to initialize the Chat SDK, such as an empty
appId, was not reported through theonFailedconnection event handler -
Fixed a bug where
GroupChannelListbriefly rendered the empty-list placeholder before the channels loaded when the local cache was disabled -
Fixed a bug where an outgoing message that failed to send could render without any status indicator when a custom message list grouped it
-
Fixed a bug where
TypingIndicatordid not remove its group channel handler on unmount