Use URI as key (#4522)
parent
5751014117
commit
eaef1446f2
|
@ -307,7 +307,7 @@ let SearchScreenFeedsResults = ({
|
|||
pinOnSave
|
||||
/>
|
||||
)}
|
||||
keyExtractor={item => item.did}
|
||||
keyExtractor={item => item.uri}
|
||||
// @ts-ignore web only -prf
|
||||
desktopFixedHeight
|
||||
contentContainerStyle={{paddingBottom: 100}}
|
||||
|
|
Loading…
Reference in New Issue