Use URI as key (#4522)
This commit is contained in:
@@ -307,7 +307,7 @@ let SearchScreenFeedsResults = ({
|
|||||||
pinOnSave
|
pinOnSave
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
keyExtractor={item => item.did}
|
keyExtractor={item => item.uri}
|
||||||
// @ts-ignore web only -prf
|
// @ts-ignore web only -prf
|
||||||
desktopFixedHeight
|
desktopFixedHeight
|
||||||
contentContainerStyle={{paddingBottom: 100}}
|
contentContainerStyle={{paddingBottom: 100}}
|
||||||
|
|||||||
Reference in New Issue
Block a user