lorisleiva / solana-wallets-vue

Solana wallet integration for Vue 3
https://solana-wallets-vue-demo.netlify.app/
170 stars 62 forks source link

publicKey.value is empty after connecting phantom on mac ? #54

Open effeaucarre opened 9 months ago

effeaucarre commented 9 months ago

Hello, there is a very special bug : A user open a tab, open the website. Try to connect with phantom, i wait for connecting.value to be false, but even after that, publicKey.value stays empty. He refreshes the page, does the same, it works (i have the public key value).

We can reproduce it as many time as we want. Always need to refresh the page before being able to connect. No error shown in the console.

Anyone has ever seen that ?