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
Scope: mounting the x-state wallet as per the instructions in the quick start - dapp section
Summary: Mounting the wallet component as per the instructions, even without the trailing slash as described in issue statechannels/statechannels#2563 , never returns if called with await
Could you please try the updated xstate-wallet url as per statechannels/statechannels#2560 , and let me know if you fare any better? I suspect the issue is that the iframe-channel-provider is "ahead" of the wallet you are pointing at, and there have been breaking changes.
Scope: mounting the x-state wallet as per the instructions in the quick start - dapp section
Summary: Mounting the wallet component as per the instructions, even without the trailing slash as described in issue statechannels/statechannels#2563 , never returns if called with
await
Steps to reproduce the behavior:
Because the
await
statement never returns, my code never gets to the second line below toenable()
the channel provider:Note that I can still enable the channel provider in the browser by using the console and running the command:
window.channelProvider.enable()
The text was updated successfully, but these errors were encountered: