Haz
Haz
That would work
+1 It also works with 1.0.1
> > We can use this string to build the styles of each framework automatically. For example, I imagine that in Vue, we would put this in a tag in...
Does it work if we install `@types/react` and Vue types in the specific packages (without hoisting — not sure if this works automatically)?
We have a lot of logic happening asynchronously on Popover and other components. They use `queueMicrotask`, `requestAnimationFrame` or (more rarely) `setTimeout`. These are necessary to make things work correctly. If...
You can try to use `ariakit-test` (instead of `@testing-library/user-event`). But I don't have plans to make this package stable any time soon. There will be breaking changes in patch and...
@georgekaran Thanks for reporting. Workaround: ```jsx { event.preventDefault(); select.show(); return false; }} /> ```
Thanks for the PR, @georgekaran! Do you know if this still works with https://github.com/ariakit/ariakit/pull/1703? cc @Heartade
I linked this PR with the original issue so CodeSandbox builds it with the original reproduction (https://codesandbox.io/s/ariakit-dialog-dialogoptions-backdrop-type-issue-x5qcyo?file=/src/App.tsx). I'm not sure if I'm missing something, but it looks like there's an...
I wonder if the code on #1700 (replaced by #1703) would work for both cases.