Closed sgtpepper43 closed 6 years ago
This will no longer work with React v15
function rm (el) { el.removeAttribute('data-reactid'); }
since React 15 dropped data-reactid.
data-reactid
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.
This will no longer work with React v15
since React 15 dropped
data-reactid
.