react-redux-card-game
react-redux-card-game copied to clipboard
Remove ugly <div>'s from DropTargets and DragSources
Currently minions are both DropTarget's and DragSource's, because you can drag the minion, but also drag a minion on top of another minion to position them next to them. In order to fix some ugly styling issues, I found this useful issue that might clean up our code.
See: https://github.com/gaearon/react-dnd/issues/347