Closed samsiegart closed 9 months ago
Reproduced locally!
I should be clearer: I locally reproduced
TypeError: Cannot assign to read only property 'concat' of object '[object Object]'
in full ses, i.e., without switching to unsafe-fast.js
I have not yet reproduced the revoked proxy issue.
@samsiegart , could you try https://github.com/endojs/endo/pull/2030 and see if it fixes the ... Cannot assign to read only ...
problem?
@samsiegart , could you try #2030 and see if it fixes the
... Cannot assign to read only ...
problem?
Thanks @erights, that patch seems to work, just left a comment: https://github.com/endojs/endo/pull/2030#pullrequestreview-1860065414
I'm just wondering, does this require overrideTaming: 'severe'
in the lockdown options? Are there any concerns that developers should be aware of when using such enablements?
I don't know why merging #2030 closed this. I specifically did NOT list this issue in the "closes" portion. Reopening.
Apologies, I pasted the wrong error in the original description of this issue. In full ses, i.e., without switching to unsafe-fast.js
I was getting the error @erights repro'd locally:
TypeError: Cannot assign to read only property 'concat' of object '[object Object]'
This was in fact fixed by https://github.com/endojs/endo/pull/2030. I've amended the description now.
The other error:
TypeError#2: Cannot perform 'ownKeys' on a proxy that has been revoked
...only happens with unsafe-fast.js
...only happens with
unsafe-fast.js
Awesome. Then I'm closing this. If I misunderstood, please reopen. Thanks!
Describe the bug
When trying to use https://github.com/cosmology-tech/cosmos-kit in a React app with lockdown, it crashes with an error like:
Steps to reproduce
yarn && yarn dev
to run locallyyarn dev
Expected behavior
There should be some way to use cosmos-kit alongside endo
Platform environment
"ses": "^1.1.0"
Additional context
I tried using
@endo/init/unsafe-fast.js
to circumvent the issue in this branch unsuccessfully. It throws a different errorTypeError#2: Cannot perform 'ownKeys' on a proxy that has been revoked
described in the README.Screenshots