getWalletProvider() returns undefined on refresh page even if I have the address #5448
Replies: 1 comment
-
Ok, just found out this one: import { ProviderUtil } from '@reown/appkit/store'
ProviderUtil.subscribeProviders((aa) => {
console.log(modal.getWalletProvider())
}) I see that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm connecting to Solana using vanilla JS:
I open and connect the wallet like so:
Is there a way I can do this and force the provider to be refreshed without opening the modal? Since the address is there, and the following subscription will be triggered on refreshing the page:
Beta Was this translation helpful? Give feedback.
All reactions