-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
im running into this when archiving then activating a wallet
magic.js:116 Uncaught TypeError: Not a bridgeable object
at getInstanceMagic (magic.js:116)
at addListener (manage.js:33)
at Object.on (bridgeable.js:12)
at edgeCurrencyWallet.ts:104
wallet._yaob
exists when active, but when archived and re-activated it's undefined
from then on
console.log({
_yaob: wallet._yaob, // {localId: 27, bridges: Array(0), listeners: {…}, watchers: {…}}
...wallet
})
console.log({
_yaob: wallet._yaob, // undefined
...wallet
})
Metadata
Metadata
Assignees
Labels
No labels