`d3.quadtree().add([1, 2]).find(1, 2, 0)` returns `undefined`, while I'd expect it to return `[1, 2]`.