I'm using this geographic library with objects like Map and Layer and LayerTree. I'm using Vue to visualize the LayerTree.
Today I noticed however that some layers contain a lot (over 10,000) items that all become reactive, which completely explodes the memory usage. I have no need for this, because I'm only interested in a few attributes of the layer to display the layerTree.
Is it possible to declare certain attributes to be non-reactive?