Different behavior between React and pure HTML post drag and drop
For some reason, when hovering over the red div (child) after drag and drop, the onMouseMove event of the blue div (parent) is not triggered in React, but it is triggered in pure HTML.