Robin Malfait

Results 187 comments of Robin Malfait

Hey! Both v3 and v4 should have a stable sorted output. If this is still an issue, a few things you can check are: 1. Make sure you are on...

Hey! Going to close this issue now that Tailwind CSS v4 is out. In v4 the correct CSS should be generated because the order of variants is different (and more...

Hey! @LeiYao123 the original API will stay, if we ever remove it then it will be part of a bigger v3 or v4 release. But chances are that it just...

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

Hey! Can you share a minimal reproduction repo that shows how you are testing the component?

Hey! Small update: this is a bug in Headless UI, and #3357 will solve the issue which means that the reproduction provided here https://github.com/tailwindlabs/headlessui/issues/3294#issuecomment-2187849495 will just work without any changes...

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

Hey! Can you share a minimal reproduction repo that we can debug?

Hey! As dodiz pointed out, the `satisfies Config` line will do the trick. This essentially ensures that your config is valid, _but_ it also keeps your values in the config...

Hey! In v4 this is done on purpose. The biggest benefit of the split in v3 is that you can always override a component with more specific utilities. However, in...