John Margaglione

Results 8 comments of John Margaglione

Any update on this bug? I am seeing the same behavior in both flexbox and grid. react-virtualized doesn't feel like a great work-around for me.

I am getting the same error from code that worked fine until I upgraded react-scripts to 4.0, which introduced Webpack 4.0. Here is my code: /workers/storage.worker.js: ``` import util from...

Update: downgrading worker-loader to 2.0.0 fixed the issue. When I upgraded react-scripts, I apparently also upgraded the worker-loader package. I created a new project with create-react-app, added a simple test...

My program uses react-pdf, which requires worker-loader ^3.0.0. So if I do not specifically install worker-loader ^2.0.0 in my package.json, it uses worker-loader 3.0.5 and fails immediately. I imagine there...

Same thing. Anybody have a workaround?

Running Safari 17 on Mac OS Sonoma, and it's still an issue here.

Just tested it with the latest Safari Technical Preview (17.4) using the code sandbox above, and Safari is still messing it up. Would be nice to have this fixed, but...

Is this ever going to get released? Looks like it was fixed last year, but no new version published.