[Explore] Add flatlist perf-related props (#8120)
* Add flatlist perf-related props * Make keys more unique * Small gap --------- Co-authored-by: Eric Bailey <git@esb.lol>
This commit is contained in:
@@ -173,7 +173,7 @@ export function useFeedPreviews(
|
||||
})
|
||||
|
||||
const slice = {
|
||||
_reactKey: item._reactKey,
|
||||
_reactKey: page.feed.uri + item._reactKey,
|
||||
_isFeedPostSlice: true,
|
||||
isFallbackMarker: false,
|
||||
isIncompleteThread: item.isIncompleteThread,
|
||||
|
||||
Reference in New Issue
Block a user