mapbox / supercluster

A very fast geospatial point clustering library for browsers and Node.
ISC License
2.08k stars 298 forks source link

Nested geoJson properties are copied by reference #215

Open mrkwanzaa opened 1 year ago

mrkwanzaa commented 1 year ago

When cloning a cluster in _map the assign function only shallow clones an object, copying sub-objects or arrays by reference. This can result in mutations to the original object when the accumulator is mutated in reduce.