Using arrays as queryKey? #4006
Unanswered
dhanushkac
asked this question in
Q&A
Replies: 1 comment
-
it doesn't need to be flat - |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Can we use
['id', [1,2,3]]
as a proper queryKey? Or should we use['id', [1,2,3]].flat()
to make it equivalent with['id', 1,2,3]
?Beta Was this translation helpful? Give feedback.
All reactions