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
{{ message }}
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.
The popup is throwing this error:
Uncaught TypeError: Cannot assign to read only property 'identity' of {"type":"login","icon":"/assets/logo.png","challenge_hidden":"d92b09ccd0af8b611aca7d12daf031e5d531e3649f817cd739d1089fcc5e0827","challenge_visual":"2015-10-02 15:34:18"}
Don't know if it's related but I'm also getting errors on Firefox 37.0.2
mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create popup-dist.js:532:8427
TypeError: e is undefined popup-dist.js:1456:747
The popup is throwing this error:
Uncaught TypeError: Cannot assign to read only property 'identity' of {"type":"login","icon":"/assets/logo.png","challenge_hidden":"d92b09ccd0af8b611aca7d12daf031e5d531e3649f817cd739d1089fcc5e0827","challenge_visual":"2015-10-02 15:34:18"}
This line seems to be the culprit: https://github.com/trezor/connect/blob/gh-pages/popup/popup.js#L32
I'm using Google Chrome Version 45.0.2454.101 (64-bit) on OS X Yosemite
Regards
The text was updated successfully, but these errors were encountered: