## Version * Phaser Version: 4.0.0 RC1 ## Description When the Arcade Physics World's `useTree` is false, searching dynamic bodies with `OverlapCirc()` or `OverlapRect()` causes an error: > [Error] TypeError: undefined is not a function (near '...bodies.iterate...') ## Example Test Code https://phaser.io/sandbox/Rcy9uLd3 ## Additional Information https://github.com/phaserjs/phaser/pull/7105