Jonny Gerig Meyer

Results 69 comments of Jonny Gerig Meyer

Hi @rwoll, thanks for looking into it! I'm still consistently seeing this error, even using various different yarn installations. Can you confirm that you're testing on the `ts-yarn` branch of...

Interesting, I'm still seeing the same error with those upgraded versions on https://github.com/jgerigmeyer/pw-esm-repro/tree/ts-yarn

Any progress on this? It seems that build plugins installed via `package.json` also break in Yarn v2/3 (with PnP): https://app.netlify.com/sites/oddleventy/deploys/614a0a6b6bee0100bad715d3

I guess that makes sense. Would it work to tie into the [onOpen](https://react.lightningdesignsystem.com/components/popovers/#prop-onOpen) callback? And possibly add an option to disable the auto-focus functionality for implementations that need to load...

As a user, I could write my own handler for `onOpen` that would focus on the first focusable element (falling back to the "close" btn, if there are no other...

Sounds good to me! If no one else picks this up before I (or someone from my team) gets to it, we'll submit a PR for consideration. 👍

I'm hitting this too. It'd be great if we could get a new release that uses acorn v7?

I had the same problem with [karma-phantomjs2-launcher](https://www.npmjs.com/package/karma-phantomjs2-launcher) on Linux, but was able to fix it by doing `sudo apt-get install libicu52 libjpeg8 libfontconfig libwebp5` to install the Linux deps first.

I think I've found a way to address this in CDocParser without breaking other use-cases: https://github.com/FWeinb/CDocParser/pull/17