What about ie10 and below..
Not sure why Its not working in IE10, must be a fairly simple fix. Feel free to submit a PR :) otherwise I'll take a look at this in about a week
Looks like the issue was doing an uppercase on the ms prefix. I put in a pr here: https://github.com/clauderic/react-sortable-hoc/pull/10
It should work in IE10 now in the 0.0.2 release, though the performance wasn't great on my VM. Not sure if it'll be better on an actual machine. It will also work in IE9, though IE9 does not support css transitions, so no animations.
Most helpful comment
Looks like the issue was doing an uppercase on the ms prefix. I put in a pr here: https://github.com/clauderic/react-sortable-hoc/pull/10