rniemeyer / knockout-sortable

A Knockout.js binding to connect observableArrays with jQuery UI sortable functionality
MIT License
548 stars 128 forks source link

Does not work with knockout 3.5.0 #201

Closed fabiof88 closed 4 years ago

fabiof88 commented 4 years ago

I tried to execute the example draggable.html with knockout 3.5.0 but, dragging the options, i have this error:

knockout-3.5.0.js:133 Uncaught TypeError: Cannot read property 'nb' of undefined at q (knockout-3.5.0.js:133) at a.a.cc (knockout-3.5.0.js:134) at Object.K (knockout-3.5.0.js:41) at y (knockout-3.5.0.js:126) at a.gc.kc (knockout-3.5.0.js:128) at Function.notifySubscribers (knockout-3.5.0.js:38) at Function.b.notifySubscribers (knockout-3.5.0.js:48) at c (knockout-3.5.0.js:48) at d (knockout-3.5.0.js:48) at Function.b.Qa (knockout-3.5.0.js:49)

JasperTey commented 4 years ago

See #198 . There is workaround using alternate syntax for now, while we wait for the official fix to be pushed to the master branch.

rniemeyer commented 4 years ago

Version 1.2.0 is out that addresses 3.5.0 and 3.5.1 compatibility issues.