Replies: 1 comment
-
|
The Hook will not fetch, but if you have a cached value, it will display that. Might be best to use local React state if you wish to hide the cached value of |
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.
-
This can be reproducted with code below.
`
const { address } = useAccount();
const { data: balance } = useBalance({
address,
enabled: false,
});
`
Is this an expected behavior?
Beta Was this translation helpful? Give feedback.
All reactions