react-dnd / react-dnd

Drag and Drop for React

Home Page:http://react-dnd.github.io/react-dnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dropEffect gets into monitor.getDropResult()

OnkelTem opened this issue · comments

end: (item, monitor) => {
  console.log(monitor.getDropResult())
}

would print something like {dropEffect: 'move', ....realItem....}, while its type is supposed to be Item's type, i.e. RealItemType, w/o any dropEffect.

❤️