-
Apologies if this is right in the docs somewhere. Is the ex: can I put a query into the deps array of a |
Beta Was this translation helpful? Give feedback.
Answered by
TkDodo
Mar 18, 2021
Replies: 1 comment
-
It will be a new object since 3.9 because of concurrent mode support. We talked here about adding that to the docs: #1905 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lubelski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will be a new object since 3.9 because of concurrent mode support.
data
returned from useQuery will be referentially stable so you can depend on that.We talked here about adding that to the docs: #1905 (comment)