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
Hello. I'm having trouble setting up anchor-link on a React + Typescript app.
I'm using the same code in a Vue app, and everything is working fine.
I'm able to login and the the user's session, however when I try to use the transact function, I'm getting this error:
Uncaught (in promise) TypeError: Cannot assign to read only property 'prepareStatusEl' of object '#<BrowserTransport>'
at BrowserTransport.showLoading (app.js:9870:30)
at LinkChannelSession.showLoading (app.js:10784:40)
at Link.transact (app.js:11298:15)
at LinkChannelSession.transact (app.js:10797:37)
at app.js:31552:24
at step (app.js:31363:19)
at Object.next (app.js:31293:14)
at app.js:31265:67
at new Promise (<anonymous>)
at __webpack_modules__../resources/js/Domains/Wallet/useWallet.ts.__awaiter (app.js:31244:10)
It references the line 366 of anchor-link-browser-transport's index.ts
Hello. I'm having trouble setting up anchor-link on a React + Typescript app.
I'm using the same code in a Vue app, and everything is working fine.
I'm able to login and the the user's session, however when I try to use the transact function, I'm getting this error:
It references the line 366 of anchor-link-browser-transport's index.ts
anchor-link-browser-transport/src/index.ts
Line 366 in 936d078
Any advice on how can I proceed?
Thanks in advance
The text was updated successfully, but these errors were encountered: