React Native TypeError: Attempting to define property on object that is not extensible
#3656
Unanswered
AndonMitev
asked this question in
Q&A
Replies: 1 comment
-
Can you include a full stack trace and error? Usually when I see this, it is because someone is using a bundler that wraps objects in something like But nothing in the above code looks fishy to me. But you need to look at the exact line that is causing the issue. For example, I don't know what |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ethers Version
5.7.0
Search Terms
No response
Describe the Problem
I'm trying to send a transaction which looks like this:
But i get this error:
[TypeError: Attempting to define property on object that is not extensible.]
Code Snippet
Environment
React Native/Expo/JavaScriptCore
Environment (Other)
No response
Beta Was this translation helpful? Give feedback.
All reactions