UNPKG

@sendbird/uikit-react

Version:

Sendbird UIKit for React: A feature-rich and customizable chat UI kit with messaging, channel management, and user authentication.

8 lines (7 loc) 290 B
import { GroupChannelHandler } from '@sendbird/chat/groupChannel'; /** * Returns the instance of GroupChannelHandler * workaround for: https://sendbird.atlassian.net/browse/UIKIT-1993 * Recommended fix: remove instanceOf validation check from SDK */ export default GroupChannelHandler;