This commit is contained in:
Diego Mello 2022-11-25 17:39:04 -03:00
parent b9cafe9d31
commit bac9eb79bb
1 changed files with 1 additions and 0 deletions

View File

@ -402,6 +402,7 @@ class ListContainer extends React.Component<IListContainerProps, IListContainerS
listRef={listRef} listRef={listRef}
data={messages} data={messages}
extraData={loading} extraData={loading}
// @ts-ignore
renderItem={this.renderItem} renderItem={this.renderItem}
onEndReached={this.onEndReached} onEndReached={this.onEndReached}
ListFooterComponent={this.renderFooter} ListFooterComponent={this.renderFooter}