Skip to content

Commit 7d1aca7

Browse files
committed
Don't mutate props.data!
1 parent 6f8fd44 commit 7d1aca7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/carto/src/layers/vector-tile-layer.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export default class VectorTileLayer<
180180

181181
const subLayerProps = {
182182
...props,
183-
data: {...props.data, tileBbox},
184183
autoHighlight: false,
185184
// Do not perform clipping on points (#9059)
186185
_subLayerProps: {

0 commit comments

Comments
 (0)