Introducing [@react-pdf/renderer](https://github.com/diegomura/react-pdf/) to my project has resulted in warning messages in my Jest test outputs, like: ``` (node:29756) V8: C:\project\node_modules\@react-pdf\yoga\src\build\Release\nbind.js:1781 Linking failure in asm.js: Unexpected stdlib member ``` I've created a minimal reproduction repo: https://github.com/cduff/react-pdf-linking-failure Any idea how these can be resolved?
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?