Javascript – wagmi : calling `await getAccount()` keeps returning undefined
I am working with wagmi core in svelte and am looking to make a basic wallet connect and disconnect flow. I am able to successfully connect by pressing the connect button, and having it call handleConnect. async function handleConnect() {…