Does useClient share cache from provider? #3718
Unanswered
kennetpostigo
asked this question in
Q&A
Replies: 1 comment
-
It's the same, because it's shared over context and the useClient method just consumes said context |
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
-
Hi, does the client returned from
useClient()
uses the same client from the<Provider>
or does it get a new instance of a client?Beta Was this translation helpful? Give feedback.
All reactions