-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crashes on Node 22.12.0 #767
Comments
the accessible autocomplete package.json looks like this:
with a reference to the file causing the issue - might that be related? |
I'm getting the same problem with Vite / SvelteKit (Node v20.17.0). I was able to get round it by disabling server-side rendering for the page where I'm using the accessible autocomplete, but obviously that isn't ideal. |
+1 can't use it right now in a Gatsby project, please make accessible-autocomplete SSR friendly 🙏 |
cc @owenatgov |
I think that the problem resides in polyfills used to build the library (see also pixijs/pixijs#7703 (comment)). I tried to clone and build last 6 Chrome versions
last 6 Firefox versions
last 6 Edge versions
last 2 Samsung versions |
Appears to cause a crash on Node 22.12.0 when used as a dependency. It works on 22.9.0 if that helps.
Tested via these dependencies in the prototype kit:
tested with version 3.0.1 of autocomplete
The text was updated successfully, but these errors were encountered: