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?