Haz

Results 398 comments of Haz

You can work around this by resetting the combobox active id when the combobox popover receives keyboard focus: ```jsx function ComboboxPopover(props) { const combobox = Ariakit.useComboboxContext(); return ( { props.onFocusVisible?.(event);...

The documentation is showing an incorrect default value. It should be `false`.

Regarding Vercel failures: https://www.vercel-status.com

The last time I tested bun test, they didn't support JSDOM, and HappyDOM wasn't as feature complete. I'm not sure how it is today. Anyway, I'm pretty happy with Vitest....

I think this file needs updating too? https://github.com/ariakit/ariakit/blob/ff2509c7d7ce75a6e45a56f1cc61302a5dc6632b/vercel.json#L1-L7

> @diegohaz updated `vercel.json`. I can't access the build logs so let me know if it worked or if there are any errors. Same with codesandbox. There's a warning regarding...

Also, leaving `package-lock.json` unchanged for now until this PR is merged might help avoid conflicts. Otherwise, there will be a conflict with main every time the Renovate bot merges a...

A global override might work too. If we add more packages that depend on Ariakit, we'll probably want to do the same for them.

> > Also, there's an error at the end of the website build, but since the site appears to build correctly, I'm unsure what it means > > Code 0...

> Huh, did you delete your last comment with the trick to make tests fail? @diegohaz > > I reloaded the issue and it's gone now. Sorry, that information wasn't...