Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: signers_1.InMemorySigner is not a constructor #4

Open
Muhammad-Altabba opened this issue Oct 29, 2024 · 0 comments
Open

Comments

@Muhammad-Altabba
Copy link

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:
image

Error in the dev tools;
image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant