this post was submitted on 18 Dec 2023
3 points (100.0% liked)
Voyager
5625 readers
375 users here now
The official lemmy community for Voyager, an open source, mobile-first client for lemmy.
Rules
- Be nice.
- lemmy.world instance policy
Sponsor development! ๐
๐
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
UPDATE: I played around with this some more and DID get it to replicate in the browser after all, confirming that it is, indeed, random.
When this situation occurs, it appears that the
itemsRef
prop on theFeed
component still holds the old feed items.I also noticed that unlike the other pages that contain a
Feed
component, theProfilePage
doesnโt have aFeedContextProvider
(which keeps a copy of thatitemRef
), so I tried wrapping it in one, hoping it might resolve the problem. Unfortunately, it did not seem to help.