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
useSmartAccountClient({}).isLoadingClient is always true when logged out even useUser().type === undefined and useSignerStatus().status === 'DISCONNECTED'.
Expectation
I guess isLoadingClient should be false in the case explained above.
The text was updated successfully, but these errors were encountered:
Environment
@account-kit/react
Describe the problem
useSmartAccountClient({}).isLoadingClient
is alwaystrue
when logged out evenuseUser().type === undefined
anduseSignerStatus().status === 'DISCONNECTED'
.Expectation
I guess
isLoadingClient
should be false in the case explained above.The text was updated successfully, but these errors were encountered: