Fix keys within a slice (#3005)
Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
@@ -276,7 +276,7 @@ export function usePostFeedQuery(
|
|||||||
.success
|
.success
|
||||||
) {
|
) {
|
||||||
return {
|
return {
|
||||||
_reactKey: `${slice._reactKey}-${i}`,
|
_reactKey: `${slice._reactKey}-${i}-${item.post.uri}`,
|
||||||
uri: item.post.uri,
|
uri: item.post.uri,
|
||||||
post: item.post,
|
post: item.post,
|
||||||
record: item.post.record,
|
record: item.post.record,
|
||||||
|
|||||||
Reference in New Issue
Block a user