Select to view content in your preferred language

arcgis-search mistaken as widget?

92
1
Jump to solution
Tuesday
LefterisKoumis
Frequent Contributor

I use the search component( arcgis js api 4.33),  but the chrome dev tools flags it as depreciated!

        <arcgis-map basemap="streets-navigation-vector" id="my-map" center="-120.45, 37.183" zoom="6" popup-disabled>
            <arcgis-search position="top-left"></arcgis-search>
            <arcgis-zoom position="top-left"></arcgis-zoom>
            <arcgis-compass auto-destroy-disabled position="top-left"></arcgis-compass>
            <arcgis-scale-bar position="bottom-left" bar-style="line" unit="imperial"></arcgis-scale-bar>
        </arcgis-map>

 

Chrome Dev Tools

LefterisKoumis_0-1762288736452.png

 

0 Kudos
1 Solution

Accepted Solutions
ReneRubalcava
Esri Frequent Contributor

That's odd. Search component was done at 4.33. I don't see the message here.

https://codepen.io/odoe/pen/JoGVaqR?editors=1000

Are you using Directions component by chance?

View solution in original post

1 Reply
ReneRubalcava
Esri Frequent Contributor

That's odd. Search component was done at 4.33. I don't see the message here.

https://codepen.io/odoe/pen/JoGVaqR?editors=1000

Are you using Directions component by chance?