Joe Park-Kennaby

Results 5 comments of Joe Park-Kennaby

Thanks for taking a look into this @sahil865gupta. I've just taken another look into this today. It actually looks like this might be due to a bug in Chrome -...

I'm experiencing a similar issue - When attempting to use React PDF on the server, with custom (ttf) fonts and esbuild, the following error is produced: ``` /Projects/react-pdf-font-loading-issue/node_modules/yoga-layout/binaries/wasm-async-node.js:11 process.on("uncaughtException",function(a){throw a;});process.on("unhandledRejection",function(a){throw...

I am experiencing the same problem. ### test.ts file ``` (() => { console.log("Testing 123 !!!"); })(); ``` Running the following command from a Docker container succeeds the first time,...

> Could you please try again with a newer version of Bun? e.g. oven/bun:1.1.38 I tested this version (`oven/bun:1.1.38`) earlier hoping it would resolve the issue. It didn't seem to...

I have also been investigating this issue. I initially thought it might be something we were doing, loading an incompatible font perhaps? However after further investigation, I can see this...