mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
keyextractor added for edge cases, avoids warning
This commit is contained in:
parent
a805747317
commit
fbe8309707
@ -364,7 +364,7 @@ const PostsView = ({
|
||||
}
|
||||
return e;
|
||||
}}
|
||||
//keyExtractor={(content, i) => `${get(content, 'permlink', '')}${i.toString()}`}
|
||||
keyExtractor={(content, i) => `key-${i.toString()}`}
|
||||
onEndReached={() => _loadPosts()}
|
||||
removeClippedSubviews
|
||||
refreshing={refreshing}
|
||||
|
Loading…
Reference in New Issue
Block a user