3db54db1ba
* 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