diff --git a/src/mapbox/mapbox.ts b/src/mapbox/mapbox.ts index 0bf851e8..155a95dd 100644 --- a/src/mapbox/mapbox.ts +++ b/src/mapbox/mapbox.ts @@ -810,9 +810,6 @@ export default class Mapbox { this._map.queryRenderedFeatures(e.point, { layers: this.props.interactiveLayerIds }); - if (!features.length) { - return; - } e.features = features; } cb(e);