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
This request came up while working through a caching exploration in artsy/reaction#3164. Basically, we would like to perform an intermediate request within getCacheConfig to determine if a particular route should be cached, and update cacheConfig appropriately. Right now, however, this function does not support promises.
This request came up while working through a caching exploration in artsy/reaction#3164. Basically, we would like to perform an intermediate request within
getCacheConfig
to determine if a particular route should be cached, and updatecacheConfig
appropriately. Right now, however, this function does not support promises.Some breadcrumbs from
found-relay
:found-relay/src/Resolver.js
Lines 34 to 38 in 824c5f6
found-relay/src/Resolver.js
Line 146 in 824c5f6
The text was updated successfully, but these errors were encountered: