diff --git a/native/chat/chat-list.react.js b/native/chat/chat-list.react.js --- a/native/chat/chat-list.react.js +++ b/native/chat/chat-list.react.js @@ -156,6 +156,9 @@ curItem = this.props.data[curDataIndex]; } if (!curItem) { + if (prevItemKey === 'loader') { + break; + } // Should never happen... console.log( `items not removed from ChatList, but ${prevItemKey} now missing`,