Replies: 1 comment
-
All objects in Ethers.js are intended to be immutable, the reason for this is to be able to pass the object reference around the code and the object stays the same, i.e. it is not modified by any other code (modification will create a new object e.g. |
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.
-
Does anyone know if it's safe to pass in the Signer to another component through props in React?
Beta Was this translation helpful? Give feedback.
All reactions