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

Make compatible with react 16 #90

Closed HelveticaScenario closed 6 years ago

HelveticaScenario commented 7 years ago

createClass and PropTypes were moved into separate packages in react 16. this should not break compatibility with react 15

JakeSidSmith commented 6 years ago

@HelveticaScenario I will probably take some time this weekend to convert this to use ES6 classes, so don't worry about updating this PR. :)

JakeSidSmith commented 6 years ago

Fixed these issues in alpha.6: https://github.com/JakeSidSmith/react-reorder/issues/94

Gonna close this PR.