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
You commented out the execution of the caching query, replacing it with a console.log statement, and never restored the query. We need to know the status: Is this caching query needed? At one time we thought it was. Can it work?
Thanks!
The text was updated successfully, but these errors were encountered:
So of course I do not remember the details. But the idea her was that the app would seem faster if you "prime" the cache (meaning download the data not last minute, but in an early stage of loading the app. That is what that code is meant to do. IF that is true, then this code is not necessarily needed, but if it does what it promises, it would make the application loading somewhat faster.
@jellegerbrandy This one is for you.
Regarding this code:
alchemy/src/components/Scheme/ContributionRewardExtRewarders/Competition/Details.tsx
Line 440 in ec54029
You commented out the execution of the caching query, replacing it with a console.log statement, and never restored the query. We need to know the status: Is this caching query needed? At one time we thought it was. Can it work?
Thanks!
The text was updated successfully, but these errors were encountered: