You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code sample provided at the Taquito Wallet Setup is not working as intended. I tried it on NextJs and VueJs and got the same bug: the popup Beacon "Awaiting confirmation" does not close after the user successfully connects his wallet.
To Reproduce
Steps to reproduce the behavior:
Complete the first steps of the docs (General setup, Wallet setup)
Connect the wallet
The console logs a successfully connection (which is correct) but the Beacon popup does not close and waits for confirmation forever.
Expected behavior
The docs should have a working example.
Potential bug cause
I noticed that removing the EventHandler resolves the bug.
Describe the bug
The code sample provided at the Taquito Wallet Setup is not working as intended. I tried it on NextJs and VueJs and got the same bug: the popup Beacon "Awaiting confirmation" does not close after the user successfully connects his wallet.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The docs should have a working example.
Potential bug cause
I noticed that removing the EventHandler resolves the bug.
Thank you for working on the Docs! :)
The text was updated successfully, but these errors were encountered: