I\'m instantiating a Mapbox instance in a Vue (v3) ref:
setup() { const map = ref(null); onMounted(() => { map.value = new mapboxgl.Map(); map.v