This repository was archived by the owner on Mar 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Web3 1.0.0-beta.38 TypeError: Invalid attempt to spread non-iterable instance #2223
Labels
Bug
Addressing a bug
Comments
I've tested it on my local environment and couldn't replicate this issue. Could you please use the issue template and provide all the information. |
I got same trouble, too.
|
Tested it again and got the same error. It was because of the deep cloning of the arguments. (fixed in #2232) |
@nivida This seems to be working fine now. Thanks for providing quick fix. |
I am getting the same error in this function:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Getting below error when calling myContract.methods.myMethod().call()
TypeError: Invalid attempt to spread non-iterable instance
This this was working fine in previous beta versions 37, 36 etc. When I upgraded to beta.38 I started getting above error.
The text was updated successfully, but these errors were encountered: