Hugh Donkin
Hugh Donkin
@borasemiz I had this issue, and followed the advice in this thread: https://github.com/DavidWells/analytics/issues/99#issuecomment-736153120
We also have this issue, and it was flagged by our ADA compliance partner 👍 It's a bit of a damned-if-you-don't situation for us, because we can't use the Geocoder...
@maggiewachs Digging into this, it seems like this combobox runs on this `suggestions` library. The way it's implemented is that the list is internally tracked by keydowns, but keyboard focus...
> @hsdonkin What would it take to get your fix as Pull request either against this repo or maybe against upstream suggestions repo so we can get the fix farther...
I've tried installing `ts-node` as a dev dependency, but no luck.
We've tried this in a couple of environments, MacOS Big Sur but also Sonoma, node `v21.7.3` `v18.17.1 ` and `v19.0.0`. Also tried a couple of other things: - downgrading `@shopify/cli`...
Gotcha, specifically we've tried this on two machines, MacOS Big Sur 11.5.1. and MacOS Sonoma 14.4.1, so we're using a pretty recent OS on a completely different machine and getting...
Yeah it's a super weird one 😿 So interestingly, the last line before crash, not sure what it's doing with the package.json ``` 2024-05-07T19:24:33.859Z: Reading the content of file at...
Yeah 🚫 🎲 unfortunately, still the same issue. It's very weird, and doesn't change between different internet connections, so it's maybe not network related. Another variable would be ruby version,...
These are pretty clean installs, no management software, different networks. I think this is an issue with how Remix is set up in this repo. I get the same error...