vue watch & arrow function bug watch: { GeoJSON: function(newValue, oldValue) { log(`\n\n\nGeoJSON`, newValue ? JSON.parse(newValue) : newValue); if(newValue) { const { features, } = JSON.parse(newValue); this.showSVGAreas(features || []); // this.$m…