Haz
Haz
Hi @bengry! Could you please provide a StackBlitz or CodeSandbox with the code you're trying to implement and its current behavior? This will help determine if `CheckboxCheck` is indeed the...
It seems that `CheckboxCheck` is not suitable for your use case. Simply get the checked state from the menu store and render your custom checkmark without `CheckboxCheck`: ```tsx export const...
Thanks! I can reproduce it on my Android device. Honestly, I have no idea why this is happening. Have you tested it without `autoSelect`?
I believe this is working as expected. We need to choose a default value for this option, and we're doing so for the topmost provider. Soon, you will be able...
The store/provider story was designed to allow easy access to the lower-level API when necessary. Instead of using a render prop, you can instantiate the store and pass it as...
> @diegohaz any quick way to create a starter codesandbox using this PR's version? I'm not sure. It used to be generated automatically, but it stopped working suddenly a while...
> Thanks @diegohaz, here's the example: https://stackblitz.com/edit/vitejs-vite-ihjzqp?file=src%2FApp.tsx > > This should work with this PR's version. Thanks! Would you mind [turning that into an example with tests](https://github.com/ariakit/ariakit/blob/main/contributing.md#creating-the-default-example) (without a readme.md...
Does this still matter if we don't support dynamic deps in those utilities? You shouldn't pass a different array length anyway.
If I remember correctly, React itself throws an error when you pass deps of different lengths during re-rendering. I need to check.
> 5\. With the popup menu open inspect the menu container and you can see the role attribute does not match either values (menu or dialog) of the aria-haspopup attribute....