Replies: 1 comment 6 replies
-
Can you clarify what you mean by "latest" in this case? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I find myself in need to access some data in different components.
And sometimes it is a pain to assemble all of the arguments needed every time.
Is there a way to access data from latest entry cache without the need to pass all of the arguments for the key?
I can see data just there in the tree, just need to find the best way to get it into components

technically, I could "select" it with some matchers and assumptions
and this will work for me for some cases, but maybe there is a better way to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions