motion icon indicating copy to clipboard operation
motion copied to clipboard

React 19 compatible

Open axetroy opened this issue 10 months ago • 0 comments

Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.
elementRefGetterWithDeprecationWarning	@	react.development.js?9f62:193
CSSMotion	@	CSSMotion.js?a4ab:124

https://github.com/react-component/motion/blob/e9cb0993a7b0b3b660289daa66062067ba240cd2/src/CSSMotion.tsx#L241-L253

axetroy avatar Apr 07 '25 15:04 axetroy