JakeSidSmith / react-reorder

Drag & drop, touch enabled, reorderable / sortable list, React component
https://jakesidsmith.github.io/react-reorder/
MIT License
218 stars 58 forks source link

fix dismounting groups throwing unknown id error #83

Closed niftykins closed 7 years ago

niftykins commented 7 years ago

This fixes the issue described in https://github.com/JakeSidSmith/react-reorder/issues/78#issuecomment-296424877.

You may not want to merge this directly as it does contain a change to the examples that isn't overly useful outside of testing this issue, but it was left there for a convenient way to confirm this was broken and now isn't.

JakeSidSmith commented 7 years ago

Oh, nice work. Again, I'll take a look whenever I have some time. :)

JakeSidSmith commented 7 years ago

Fixed in #71