Files
headlessui/packages/@headlessui-react/src
Robin Malfait 5fb738f693 Fix flushSync warning for Combobox component with immediate prop enabled (#3366)
* wrap flushSync call in microTask

This will make sure that React is able to flush this correctly by delaying the call using a microTask.

* update changelog

* reformat comments

Now that it's nested, let's adjust the width of the comments
2024-07-05 17:46:16 +02:00
..