Hello,
I am facing the error "TypeError: signers_1.InMemorySigner is not a constructor" when traing to use @near-wallet-selector/here-wallet.
Dependencies:
"@here-wallet/core": "^3.3.1",
"@near-wallet-selector/core": "8.9.14",
"@near-wallet-selector/here-wallet": "8.9.14
"@near-wallet-selector/modal-ui": "8.9.14",
"near-api-js": "4.0.3",
Code to reproduce the error:
export const selector = await setupWalletSelector({
network: 'mainnet',
languageCode: 'en',
modules: [
setupHereWallet(),
],
});
The message in the Modal:

Error in the dev tools;

Note that the above code works fine with Nightly and Meteor. I will be useful if you can please provide a project were the wallet selector modal can be used with Here wallet, please.
Hello,
I am facing the error "TypeError: signers_1.InMemorySigner is not a constructor" when traing to use
@near-wallet-selector/here-wallet.Dependencies:
Code to reproduce the error:
The message in the Modal:

Error in the dev tools;

Note that the above code works fine with Nightly and Meteor. I will be useful if you can please provide a project were the wallet selector modal can be used with Here wallet, please.