Hello I'm trying to update my basemap from "streets" to "streets-vector" since "streets" is deprecated. I thought it would be a simple change but I have issues when switching to a vector map.
My current code is:
let map = new Map ({
basemap: "streets"
});
When I change "streets" to "streets-vector" I expect it to work but the map does not show that basemap. Any help would be much appreciated, thanks.