algorand-session-wallet icon indicating copy to clipboard operation
algorand-session-wallet copied to clipboard

Walletconnect error when opening modal and closing it

Open scottbolasevich opened this issue 2 years ago • 2 comments

i get

unhandled Runtime Error

ERROR: User close QRCode Modal

281 | await this.createSession(opts); 282 | return new Promise(async (resolve, reject) => {

283 | this.on("modal_closed", () => reject(new Error(ERROR_QRCODE_MODAL_USER_CLOSED))); 284 | this.on("connect", (error, payload) => { 285 | if (error) { 286 | return reject(error);

any ideas why?

scottbolasevich avatar Jun 16 '22 16:06 scottbolasevich