We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 061f5da commit ef58b7bCopy full SHA for ef58b7b
src/smart-components/Channel/components/ChannelUI/index.tsx
@@ -64,7 +64,7 @@ const ChannelUI: React.FC<ChannelUIProps> = ({
64
if (isLoading) {
65
return (<div className="sendbird-conversation">
66
{
67
- renderPlaceholderInvalid?.() || (
+ renderPlaceholderLoader?.() || (
68
<PlaceHolder type={PlaceHolderTypes.LOADING} />
69
)
70
}
0 commit comments