Files
headlessui/packages/@headlessui-react/src/components/transitions
Robin Malfait 3db54db1ba Fix ref stealing from children (#1820)
* fix ref stealing

When a higher-level component (like `Transition`) provides a `ref` to
its child component, then it will override the `ref` that was
potentially already on the child.

This will make sure that these are merged together correctly.

Fixes: #985

* update changelog
2022-09-05 13:09:23 +02:00
..