I would like to use arcgis components in my react js project.When i try to run the project, i am getting below error . react component has been installed (@ArcGIS/map-components-react ). The code looks as below,
<ArcgisMap item-id={itemId} portal-url={portalUrl} style={{ width: '100%', height: '100%' } }>
<ArcgisZoom position="top-left"></ArcgisZoom>
<ArcgisSearch
position="top-right"
all-placeholder="District or Senator"
include-default-sources-disabled></ArcgisSearch>
</ArcgisMap>
