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
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'publicKey')
at Proxy.address (memory.js?957c:76)
at Proxy.address (multiple.js?779a:66)
at Proxy.mounted (App.vue?91a0:169)
Proxy also is not compatible with private class fields: tc39/proposal-class-fields#106
So, probably sdk won't be compatible being a reactive variable in vue 3
occurs at
aepp-sdk-js/src/account/memory.js
Line 75 in 5ef67fb
Account instance somehow getting wrapped by Proxy object that breaks retrieving of keypair using WeakMap.
The text was updated successfully, but these errors were encountered: