You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
motion/src/CSSMotion.tsx
Lines 241 to 253 in e9cb099