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 the Feed
component still holds the old feed items.
I also noticed that unlike the other pages that contain a Feed
component, the ProfilePage
doesnโt have a FeedContextProvider
(which keeps a copy of that itemRef
), so I tried wrapping it in one, hoping it might resolve the problem. Unfortunately, it did not seem to help.