react-bootstrap icon indicating copy to clipboard operation
react-bootstrap copied to clipboard

Update Fade.tsx - element.ref is now a regular prop

Open BOXNYC opened this issue 1 year ago • 0 comments

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+.

BOXNYC avatar Jun 23 '24 16:06 BOXNYC