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
This project uses react-motion internally, which doesn't appear to be very maintained. We get console warnings from modern versions of React because react-motion uses deprecated React features.
The library react-spring seems very similar to react-motion and better maintained, so I plan on switching this project to using it. I'm just opening this issue here as a todo item for myself.
The main consequence to users of react-draggable-list would be that the value of the springConfig prop will be replaced with a react-spring config object, so this change would be paired with a major version bump.
The text was updated successfully, but these errors were encountered:
Macil
changed the title
Switch to using react-spring internally
Switch to using react-spring internally to solve deprecation warnings
Feb 15, 2022
wegry
changed the title
Switch to using react-spring internally to solve deprecation warnings
Switch to using @react-spring/web internally to solve deprecation warnings
Dec 7, 2023
This project uses react-motion internally, which doesn't appear to be very maintained. We get console warnings from modern versions of React because react-motion uses deprecated React features.
The library react-spring seems very similar to react-motion and better maintained, so I plan on switching this project to using it. I'm just opening this issue here as a todo item for myself.
The main consequence to users of react-draggable-list would be that the value of the
springConfig
prop will be replaced with a react-spring config object, so this change would be paired with a major version bump.The text was updated successfully, but these errors were encountered: