compose-react-refs
compose-react-refs copied to clipboard
A small utility that composes two or more react refs into a ref callback.
Results
2
compose-react-refs issues
Sort by
recently updated
recently updated
newest added
solves #11
In react 19, ref callback can return a cleanup function ```jsx { // ref created // NEW: return a cleanup function to reset // the ref when element is removed...