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
Narrowed useSpring type signature — Source parameter changed from T | MotionValue<T> (generic) to MotionValue<string> | MotionValue<number> | number, which more accurately reflects the supported input types.
Breaking Changes
useSpring no longer accepts string as a standalone source value (only number or a MotionValue). If you were passing a raw string, wrap it in a motionValue() first.