-
Notifications
You must be signed in to change notification settings - Fork 722
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
Jest error related to uint8arrays and multiformats dependencies after migration to 2.1.4 #1749
Comments
I have fixed it via solution that was suggested here achingbrain/uint8arrays#21. |
hey @alexeygorbachevskiy thanks for the report. Could you provide steps to reproduce? |
@ganchoradkov |
I'm getting the same error also. Not sure but adding an ESM file in the |
This error is still happening by the way. I used the previously mentioned solution, but this wasn't intuitive at all. It seems that projects using jest and migrating to WCv2 could all be concerned. |
I’m closing this issue because it has been inactive for a few months. Please reopen if you still encounter this issue with the latest version :) |
I received the same issue Adding a babel.config.js file with
Solved if for me. Gave me another issue though |
Hi @devon-bfs, I also got |
@nghongphuong94 you probably need a polyfill, maybe try something like https://github.com/anonyco/FastestSmallestTextEncoderDecoder |
The text was updated successfully, but these errors were encountered: