Robin Malfait

Results 187 comments of Robin Malfait

Hey! Thanks for the PR, I think we should use `any` instead of `unknown` because we recently changed it such that users _can_ override the `option` in the render prop...

Hey! We don't pin an exact version of `@tanstack/virtual`, so no change is required from our end. They made a small bug and published a version and unpublished it. This...

Hey! This should be fixed by #3478, and is available in the latest release (2.1.8). You can already try it using: - `npm install @headlessui/react@latest`.

Hey sorry about the regression! This should be fixed by #3448, and will be available in the next release ([2.1.4](https://github.com/tailwindlabs/headlessui/releases/tag/%40headlessui%2Freact%40v2.1.4)). You can already try it using: - `npm install @headlessui/react@insiders`.

@MNeverOff @xsjcTony sadly jsdom isn't up to date with newer APIs. We rely on the `getAnimations` API (which has been available since 2020 in browser) but isn't available in jsdom....

Hey! Only `ComboboxOption` components should go inside the `ComboboxOptions` component (you can also use any non-interactive element) otherwise you won't be able to interact with the elements as intended. The...

Hmm interesting, I'm assuming you are using Headless UI in `SelectDatasets`. Do you have access to the generated output that the compiler outputs for this file?

Hey! Can anyone running into this issue provide a minimal reproduction repo? Inside of Headless UI we check whether a `Fragment` was used or not. Only thing I can think...

This should be fixed by #3788, and will be available in the next release. You can already try it using: - `npm install @headlessui/react@insiders`.

Hey! Small update in the meantime. You can add `unmount={false}` to the `` to work around this for now.