inocan-group / vue3-google-map

A set of composable components for easy use of Google Maps in your Vue 3 projects.
https://vue3-google-map.com
MIT License
295 stars 60 forks source link

ClusterMarker freeze browser while loading Markers using a ref variable #287

Open VarPDev opened 1 month ago

VarPDev commented 1 month ago

The ClusterMarker freeze the browser when a variable ref of vue is used, while rendering the markers.

In contrast using a non-ref variable this does not happen.

You can find an example here: https://codesandbox.io/p/sandbox/ref-freeze-browser-8nzrqg