react-bootstrap
react-bootstrap copied to clipboard
Update Fade.tsx - element.ref is now a regular prop
In React >= 19, accessing element.ref is no longer supported and ref has become a regular prop. It will be removed from the JSX Element type in a future release.
Replaced .ref with .props.ref for React version 19+.