Hello All,
Can someone tell me how to address the following TypeScript error:
const view = new MapView({ container: mapDiv.current, // ERROR: "Type 'WebMap' is not assignable to type 'MapProperties'." map: webmap });
JSAPI version 4.33
Thanks!