bevacqua / react-dragula

:ok_hand: Drag and drop so simple it hurts
http://bevacqua.github.io/react-dragula
MIT License
994 stars 77 forks source link

Not compatible with React v15 #26

Closed sgtpepper43 closed 6 years ago

sgtpepper43 commented 7 years ago

This will no longer work with React v15

function rm (el) {
    el.removeAttribute('data-reactid');
  }

since React 15 dropped data-reactid.

sgtpepper43 commented 6 years ago

Closing this because it's been a year and a half, the project hasn't had a commit in two years, and I'm pretty sure dragula just plain won't work with React > 15.