Skip to content

Uncaught TypeError: Not a bridgeable object #340

@wolverineks

Description

@wolverineks

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions