<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: &amp;lt;Map&amp;gt; component doesn't have children property: Migrating @esri/react-arcgis to @arcgis/core in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lt-map-gt-component-doesn-t-have-children-property/m-p/1512376#M85143</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666876"&gt;@HariKrishnaInukollu&lt;/a&gt;&amp;nbsp; are you migrating to the "@arcgis/core" npm package which is our core API, or the new web components?&lt;/P&gt;&lt;P&gt;For the new web components here's a getting started tutorial &lt;A href="https://developers.arcgis.com/javascript/latest/tutorials/using-view-with-components/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/tutorials/using-view-with-components/ &lt;/A&gt;and here's the Map component reference documentation: &lt;A href="https://developers.arcgis.com/javascript/latest/references/map-components/?path=/docs/component-reference-map--docs" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/references/map-components/?path=/docs/component-reference-map--docs&lt;/A&gt; and here are some getting started guidelines for using components with React: &lt;A href="https://developers.arcgis.com/javascript/latest/get-started-react/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/get-started-react/&lt;/A&gt;.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2024 14:57:25 GMT</pubDate>
    <dc:creator>AndyGup</dc:creator>
    <dc:date>2024-07-30T14:57:25Z</dc:date>
    <item>
      <title>&lt;Map&gt; component doesn't have children property: Migrating @esri/react-arcgis to @arcgis/core</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lt-map-gt-component-doesn-t-have-children-property/m-p/1491901#M85138</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;We are using the &amp;lt;Map&amp;gt; Component from the &lt;STRONG&gt;@esri/react-arcgis&lt;/STRONG&gt; library and it has the properties like viewProperties, children.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;&amp;lt;Map
    viewProperties={{
       extent,
       zoom: 12,
       popup: {
         dockOptions: {
           buttonEnabled: false,
         },
       },
       constraints: {
         geometry: fullEarthGeometry,
         minScale: zoomedOutEarthScale,
         rotationEnabled: false,
       },
     }}
   &amp;gt;
     {props.children}
     &amp;lt;AnotherComponent /&amp;gt;
   &amp;lt;/Map&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, we are migrating the&amp;nbsp;&lt;STRONG&gt;@esri/react-arcgis&lt;/STRONG&gt; to&amp;nbsp;&lt;STRONG&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/642472"&gt;@ArcGIS&lt;/a&gt;/core&lt;/STRONG&gt; library, however, the new library doesn't support the above properties like children and viewProperties. Could you please guide me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 16:47:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lt-map-gt-component-doesn-t-have-children-property/m-p/1491901#M85138</guid>
      <dc:creator>HariKrishnaInukollu</dc:creator>
      <dc:date>2024-06-13T16:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: &lt;Map&gt; component doesn't have children property: Migrating @esri/react-arcgis to @arcgis/core</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lt-map-gt-component-doesn-t-have-children-property/m-p/1512376#M85143</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/666876"&gt;@HariKrishnaInukollu&lt;/a&gt;&amp;nbsp; are you migrating to the "@arcgis/core" npm package which is our core API, or the new web components?&lt;/P&gt;&lt;P&gt;For the new web components here's a getting started tutorial &lt;A href="https://developers.arcgis.com/javascript/latest/tutorials/using-view-with-components/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/tutorials/using-view-with-components/ &lt;/A&gt;and here's the Map component reference documentation: &lt;A href="https://developers.arcgis.com/javascript/latest/references/map-components/?path=/docs/component-reference-map--docs" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/references/map-components/?path=/docs/component-reference-map--docs&lt;/A&gt; and here are some getting started guidelines for using components with React: &lt;A href="https://developers.arcgis.com/javascript/latest/get-started-react/" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/get-started-react/&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2024 14:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/lt-map-gt-component-doesn-t-have-children-property/m-p/1512376#M85143</guid>
      <dc:creator>AndyGup</dc:creator>
      <dc:date>2024-07-30T14:57:25Z</dc:date>
    </item>
  </channel>
</rss>

