A connect the user walked away from: the picker was closed rather than a wallet failing.
if (connectError !== undefined && !(connectError instanceof ConnectCancelledError)) { toast.error(connectError.message)} Copy
if (connectError !== undefined && !(connectError instanceof ConnectCancelledError)) { toast.error(connectError.message)}
Optional
A connect the user walked away from: the picker was closed rather than a wallet failing.
Example