Replies: 1 comment
-
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If I understand correctly, the
enabled
option does nothing when passed to prefetchQuery.e.g. the function passed to prefetchQuery will be called when passed
{ enabled:false }
.This may be technically correct according to the documentation:
but is not very intuitive based on its name.
Example:
https://codesandbox.io/s/xenodochial-leaf-p8jmq
Version 2.4.15
Beta Was this translation helpful? Give feedback.
All reactions