-
Notifications
You must be signed in to change notification settings - Fork 454
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
Usage with ReactJS/Jest: TypeError: Cannot read property 'base16' of undefined #961
Comments
Some relevant versions:
|
Cannot run react-scripts test with libp2p due to libp2p/js-libp2p#961
Hey @D4nte I think this is because |
Thanks for the investigation. They mention alpha releases, I'll investigate there. Happy to close this for now. |
Severity: High
Description:
It does not seem possible to
react-scripts
to run testws when using libp2p in a ReactJS app.The following error systematically appears:
TypeError: Cannot read property 'base16' of undefined
.See steps below.
Steps to reproduce the error:
Error:
Edit: The same issue happens with yarn:
The text was updated successfully, but these errors were encountered: