You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of rate limiting, we now use FetchPolicy.CacheFirst (with #126), this means that data is loaded from the cache if it's available and network if not. The only way to refresh data is to clear storage. Compose Material3 1.2.0 has Pull to refresh, use this to refresh content on demand alongside CacheFirst.
The text was updated successfully, but these errors were encountered:
Because of rate limiting, we now use
FetchPolicy.CacheFirst
(with #126), this means that data is loaded from the cache if it's available and network if not. The only way to refresh data is to clear storage. Compose Material3 1.2.0 has Pull to refresh, use this to refresh content on demand alongsideCacheFirst
.The text was updated successfully, but these errors were encountered: