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
fix: default useAccount hook to fetch and watch automatically (#124)
Update useAccount to default `fetch` and `watch` options to `true`,
matching useBalance behavior. This ensures account data is retrieved
automatically without requiring explicit options.
Closes#112
Fix useAccount hook to default `fetch` and `watch` options to `true`, matching the behavior of useBalance. This ensures account data is fetched and watched automatically without requiring explicit options.
0 commit comments