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
As these APIs respond so quickly, the localStorage mechanism used to cache the data on the client cannot update quick enough, and ultimately only one item is cached at a time.
Clear localStorage.
Reload page.
Witness localStorage. -> totals.json cached, no others cached
The cache busting helper makes the following calls:
As these APIs respond so quickly, the localStorage mechanism used to cache the data on the client cannot update quick enough, and ultimately only one item is cached at a time.
The text was updated successfully, but these errors were encountered: