Azure / react-azure-maps

React Wrapper for azure-maps-control
MIT License
52 stars 32 forks source link

IAzureMapLayerType and SymbolLayerOptions not found #191

Closed gmjcbs closed 9 months ago

gmjcbs commented 9 months ago

Hi, I am getting not found error for IAzureMapLayerType and SymbolLayerOptions while implementing MarkersExample.

image

packages installed: "azure-maps-control": "^3.0.1", "react-azure-maps": "^1.0.0"

Any thoughts around it...

Thanks in advance.. :)

yulinscottkang commented 9 months ago

It looks like you're importing TypeScript interfaces or types in a JavaScript file. Try renaming your App.js to App.ts.