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
The README instructs users to install [email protected]. It's quite outdated and doesn't have many of the useful features the latest version has.
I tried installing 1.10.1 and it seems to work just fine, except for the animations. It seems that animations stopped working in 1.8.0-rc1. It would be great to have them working as well, however I have no idea how to fix them.
The text was updated successfully, but these errors were encountered:
Turns out, the animations issue is because Google Closure compiler removes the code that triggers the repaint. It has nothing to do with React itself. More details.
But with that being said, I think it would still make sense to update the version of sortablejs used in this library.
@p-himik You should check out the new typescript rewrite here. Install with yarn add react-sortablejs-typescript because it uses the latest v1.10.0 version
The README instructs users to install
[email protected]
. It's quite outdated and doesn't have many of the useful features the latest version has.I tried installing 1.10.1 and it seems to work just fine, except for the animations. It seems that animations stopped working in 1.8.0-rc1. It would be great to have them working as well, however I have no idea how to fix them.
The text was updated successfully, but these errors were encountered: