Files
headlessui/packages
Robin Malfait e0688c4865 Improve performance of internal useInertOthers hook (#3181)
* do not use default function for `allowed` and `disallowed`

Otherwise the fallback function will be used which will be a new
reference on each render. On pages with lots of elements this causes
performance issues.

* update changelog
2024-05-07 19:18:57 +02:00
..