Results 918 comments of dan

Yep, that's a bug. I'd appreciate somebody looking into this. Some coordinates in [OffsetUtils](https://github.com/gaearon/react-dnd-html5-backend/blob/master/src/OffsetUtils.js) seem to be calculated incorrectly on zoom.

It’s something I didn’t have the need for, so I didn’t implement it. Instead, what I needed was specifying `dropEffect` _per drag source_ so React DnD lets you do that:...

Sure, sounds good. I’ll leave it to @kesne to review/release.

If you can take a look at what it would take to make a pull request that handles this case correctly, we might merge it. Unfortunately you’re on your own...

I can't reproduce this in Chrome 47 on OS X. Do you have the issue on Chrome 47 on Windows?

@jasonslyvia Do you get the crash or is it just item being null? Are you running 2.0.2?

@jasonslyvia In your example you have `"react-dnd-html5-backend": "^2.0.0",`. Any chance it installed 2.0.0 instead of 2.0.2?

Can you please screenshot the error message in console?