You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been locked since it has been closed for more than 14 days.
If you found a concrete bug or regression related to it, please open a new bug report with a reproduction against the latest Wagmi version. If you have any questions or comments you can create a new discussion thread.
Check existing issues
Describe the bug
The following piece of code:
does not trigger any call because the query is disabled at this line because no address is provided. What is the reason for this?
Link to Minimal Reproducible Example
https://stackblitz.com/edit/new-wagmi-d5fk5x?file=src%2FApp.tsx
Steps To Reproduce
No response
What Wagmi package(s) are you using?
wagmi
Wagmi Package(s) Version(s)
2.12.9
Viem Version
2.21.4
TypeScript Version
5.4.5
Anything else?
wagmi/packages/core/src/query/readContract.ts
Line 39 in bc74276
The text was updated successfully, but these errors were encountered: