Replies: 1 comment
-
Can be closed now :) |
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.
-
Now as we are using inline functions for
useQuery
, I think there's great need in eslint plugin similar to"react-hooks/exhaustive-deps"
. Because it is very easy to forgot to include variables used in useQuery's QueryFunction parameter in the key array. This is why actually I prefer the old syntax.Beta Was this translation helpful? Give feedback.
All reactions