Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix keys within a slice (#3005)

Co-authored-by: Hailey <me@haileyok.com>

authored by

dan
Hailey
and committed by
GitHub
6bd68e53 d451f82f

+1 -1
+1 -1
src/state/queries/post-feed.ts
··· 276 276 .success 277 277 ) { 278 278 return { 279 - _reactKey: `${slice._reactKey}-${i}`, 279 + _reactKey: `${slice._reactKey}-${i}-${item.post.uri}`, 280 280 uri: item.post.uri, 281 281 post: item.post, 282 282 record: item.post.record,