Use URI as key (#4522)

zio/stable
Eric Bailey 2024-06-14 14:28:25 -05:00 committed by GitHub
parent 5751014117
commit eaef1446f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}}