-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web3 1.0.0-beta.38 TypeError: Invalid attempt to spread non-iterable instance #2223
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:
|
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: