Cannot find name 'ClusterIconStyle' with googlemaps marker clusterer
I just update to the following "@types/google.maps": "3.49.2" and I’m using the following "@googlemaps/markerclusterer": "2.0.7". Doing so I see the following error Cannot find name ‘ClusterIconStyle’. I was using this interface to change the colors of the clusterer icon. markerClusterIconStyles: ClusterIconStyle[] = [ { textColor: ‘white’, url: ‘https://assets.my-folder.com/images/maps/m/m1.png’, height: 42, width: 42, }, { textColor:… Read More Cannot find name 'ClusterIconStyle' with googlemaps marker clusterer