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

Property 'connected' does not exist on type 'WalletContextState'. #115

Closed
iurage opened this issue Oct 8, 2021 · 3 comments
Closed

Property 'connected' does not exist on type 'WalletContextState'. #115

iurage opened this issue Oct 8, 2021 · 3 comments

Comments

@iurage
Copy link

iurage commented Oct 8, 2021

Error of Property 'connected' does not exist on type 'WalletContextState'. shows up when running the latest @solana/wallet-adapter-react@0.12.5 for dapp-scafold project.

@jordaaash
Copy link
Collaborator

jordaaash commented Oct 8, 2021

Thanks for the report. I need more details to determine the cause of this issue. Can you provide the package.json and a sample of the code that's producing this error?

@jordaaash
Copy link
Collaborator

It looks like dapp-scaffold is using older versions of the wallet-adapter packages:

https://github.com/solana-labs/dapp-scaffold/blob/00aa49c1a290937ae65463e7f17fe5364f2b2f5b/package.json#L31-L34

Please file an issue to update the dependencies with that project, and feel free to tag me on it.

@jordaaash
Copy link
Collaborator

FWIW, this PR in review updates these versions: solana-labs/dapp-scaffold#46

I might suggest trying to use that code.

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

2 participants