Add the ability to navigate cache to cache references from other records #954
Closed
jerelmiller
started this conversation in
General
Replies: 1 comment
-
This has been added in #960 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The "Cache" tab in dev tools is a super useful way to peer into what the cache stores. The cache displays references to other records, but it would be super useful to be able to navigate to those other cache records by clicking on the ref.
Take the example on the cache docs page. The tab displays the following data:
It would be super useful to be able to click on
__ref
and have it open up the cache entry forPlanet:cGxhbmV0czox
.Beta Was this translation helpful? Give feedback.
All reactions