-
Notifications
You must be signed in to change notification settings - Fork 6
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
Using version 2.2.0 results in an error when querying SCs #52
Comments
Thank you 🙏 Also reproduced here: https://t.me/MultiversXDevelopers/121486 |
Issue manifests when a newer
Further testing is necessary to confirm the fix, though. |
Update: multiversx/mx-sdk-dapp#992 should normally fix this. |
@damienen could you check |
Yes, I can confirm error persists when using these packages: |
Additional step to fix this is attempted here: #53. |
Also reported here: https://t.me/MultiversXDevelopers/122488 |
This resolved the issue. 🙏 |
Related: multiversx/mx-sdk-dapp#999. |
Seems like because of the update of axios to a new version, the tests (internal tests from the library) that use jest return an error when being used in a project:
TypeError: axios_1.default.post is not a function
A related post: facebook/create-react-app#12823
The text was updated successfully, but these errors were encountered: