Only populate snapshot.combineTargetFor when appropriate
Opposite of expected, though intermittent.
snapshot.combineTargetFor even though the source isn't over or really near it. This take a little bit of playing with the throw it off. Maybe two or more times and coming back into the context from the side.🤷♂
React are you using?16.8.6
react-beautiful-dnd are you running?11.0.5
Chrome 77
See below, the second element has the style triggered by the combineTargetFor even though the draggable isn't over it.

Confirmed. It also exists in 12.0
Fixed in 12.0.0-beta.5
Thanks for raising this one!
Awesome. Thanks for the quick fix.
I'm also seeing an issue where combineTargetFor is null. I don't see anything in documentation where that would be expected. I don't have sandbox to show you unfortunately.
But I have isCombineEnabled set, my list a a virtual list, everything else seems to be working as expected and the combineWith id is correct.
I'm on react-beautiful-dnd version 13.0.0.
I don't know if this is an actual issue or if I should expect combineTargetFor to be null in certain cases.
I'm also seeing an issue where
combineTargetForis null. I don't see anything in documentation where that would be expected. I don't have sandbox to show you unfortunately.
But I haveisCombineEnabledset, my list a a virtual list, everything else seems to be working as expected and thecombineWithid is correct.
I'm on react-beautiful-dnd version 13.0.0.
I don't know if this is an actual issue or if I should expectcombineTargetForto be null in certain cases.
Are you dropping onto a separate list? Multi-list?
Does Combine work across lists?