ReferenceUtils
useComposedRefs
Hook that updates multiple React refs through one stable callback ref
Import
Usage
Compose an internal ref with a forwarded ref when both need the same element.
The callback updates callback refs and ref objects. It also preserves cleanup functions returned by React 19 callback refs.