mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 19:31:54 +03:00
keyextractor added for edge cases, avoids warning
This commit is contained in:
parent
c210f87ff9
commit
d4e9dd7af5
@ -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