Skip to content

Fix for newsfeed caching corruption when refreshing.

Martin Santangelo requested to merge newsfeed-cache-corruption-fix into expo-migration

Ticket(s) / Related Merge Requests

#5262 (closed)

Summary of Changes

Fixed the cache corruption when refreshing the feed

It looks like the persistent reference to the objects and the mapping was causing this problem. The best approach to fix it was to create another custom hook (instead of the one provided by the code generator)

Testing Considerations

check issue

Regression Scope

feed

Platform Affected (web, mobile, etc)

both

Developer Testing Completed

ios

Screenshots

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Merge request reports