Fix keys within a slice (#3005)

Co-authored-by: Hailey <me@haileyok.com>
zio/stable
dan 2024-02-28 00:19:13 +00:00 committed by GitHub
parent d451f82f54
commit 6bd68e5321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ export function usePostFeedQuery(
.success
) {
return {
_reactKey: `${slice._reactKey}-${i}`,
_reactKey: `${slice._reactKey}-${i}-${item.post.uri}`,
uri: item.post.uri,
post: item.post,
record: item.post.record,