I get this error when trying to use this code and how do I fix it
import { HereWallet } from "@here-wallet/core";
const here = await HereWallet.connect();
const account = await here.signIn({ contractId: "social.near" });
console.log(Hello ${account}!);
I get this error when trying to use this code and how do I fix it import { HereWallet } from "@here-wallet/core"; const here = await HereWallet.connect(); const account = await here.signIn({ contractId: "social.near" }); console.log(
Hello ${account}!
);