-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Linking failure in asm.js: Unexpected stdlib member #1627
Comments
Could be related to facebook/yoga#898 although the error message report by the OP there was a bit different. |
Hi @cduff I think the warning is here from the start of the time It would be nice to fix this, but the error doesn't break anything, so it is not a priority now |
Hi @jeetiss, Yes, those warnings look related. It's true that the error doesn't appear to break anything, but having Jest output polluted with error messages is quite annoying, e.g. Therefore, I think it would be ideal for this to be resolved. |
Is there any update on this. I'm also getting this in jest tests. |
Has anyone fixed this, or at least found a way to silence that specific error to avoid spamming the test output? |
fixed in #2105 |
Introducing @react-pdf/renderer to my project has resulted in warning messages in my Jest test outputs, like:
I've created a minimal reproduction repo: https://github.com/cduff/react-pdf-linking-failure
Any idea how these can be resolved?
The text was updated successfully, but these errors were encountered: