<?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 @arcgis/core 4.21.2 error in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-core-4-21-2-error/m-p/1107545#M74964</link>
    <description>&lt;P&gt;Hi I am new to ESRI and the community, I am following the tutorial and trying to load a base-map (below example with @arcgis/core 4.21.2, linking the css directly from index.html), however, I am getting below error, anyone has an idea what went wrong or how to fix?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cannot read properties of undefined (reading 'cssVarShim')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import Map from "@arcgis/core/Map";
import MapView from "@arcgis/core/views/MapView";

const map = new Map({
basemap: "dark-gray"
});

const view = new MapView({
container: "viewDiv",
map: map,
zoom: 4,
center: [-100, 40]
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 15:13:33 GMT</pubDate>
    <dc:creator>RonnieKim</dc:creator>
    <dc:date>2021-10-14T15:13:33Z</dc:date>
    <item>
      <title>@arcgis/core 4.21.2 error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-core-4-21-2-error/m-p/1107545#M74964</link>
      <description>&lt;P&gt;Hi I am new to ESRI and the community, I am following the tutorial and trying to load a base-map (below example with @arcgis/core 4.21.2, linking the css directly from index.html), however, I am getting below error, anyone has an idea what went wrong or how to fix?&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Cannot read properties of undefined (reading 'cssVarShim')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;import Map from "@arcgis/core/Map";
import MapView from "@arcgis/core/views/MapView";

const map = new Map({
basemap: "dark-gray"
});

const view = new MapView({
container: "viewDiv",
map: map,
zoom: 4,
center: [-100, 40]
});&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 15:13:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-core-4-21-2-error/m-p/1107545#M74964</guid>
      <dc:creator>RonnieKim</dc:creator>
      <dc:date>2021-10-14T15:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: @arcgis/core 4.21.2 error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-core-4-21-2-error/m-p/1107552#M74965</link>
      <description>&lt;P&gt;Can you provide a sample app showing this issue? Not reproducible with the information given.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 15:23:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-core-4-21-2-error/m-p/1107552#M74965</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2021-10-14T15:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: @arcgis/core 4.21.2 error</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-core-4-21-2-error/m-p/1108163#M74977</link>
      <description>&lt;P&gt;Thanks Rene, I switched to linking the CDN link directly and it seems ok, but I have another question, how do you determine when to use GraphicsLayers or GeoJsonLayer?&lt;BR /&gt;with 4.21.2 I ran into error like GraphicsLayers is not a constructor error&lt;/P&gt;</description>
      <pubDate>Sat, 16 Oct 2021 01:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/arcgis-core-4-21-2-error/m-p/1108163#M74977</guid>
      <dc:creator>RonnieKim</dc:creator>
      <dc:date>2021-10-16T01:39:26Z</dc:date>
    </item>
  </channel>
</rss>

