<?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: Feature Layer with labels fails to display in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1643321#M87528</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/546068"&gt;@MichaelWen_Timmons&lt;/a&gt;&amp;nbsp;Did you try updating to the latest patch versions of @arcgis/core and&amp;nbsp;@arcgis/map-components yet?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was having a very similar issue (maybe the exact same) and was about to open a support ticket about it, but then I upgraded the packages and the issue seemed to stop.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Aug 2025 16:04:09 GMT</pubDate>
    <dc:creator>fdeters</dc:creator>
    <dc:date>2025-08-19T16:04:09Z</dc:date>
    <item>
      <title>Feature Layer with labels fails to display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1641648#M87510</link>
      <description>&lt;P&gt;I have an Angular application that used to work just fine with ArcGIS Maps SDK for JavaScript 4.33. After I upgraded Angular 18 however the map would crash whenever it tries to load a feature with label.&lt;/P&gt;&lt;P&gt;This is the error message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR TypeError: Cannot destructure property 'vertexStart' of 'f[l]' as it is undefined.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at N.setEntityRecordRangeVisibility (4382.js:1:63183)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at s._writeLabelVisibilityToMesh (4382.js:1:37079)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at s.onMessage (4382.js:1:34990)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at or._updateTile (2686.js:1:27113)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at or.update (2686.js:1:25637)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at dr.renderChildren (2686.js:1:29136)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at dr.doRender (2406.js:1:10580)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at dr.doRender (7641.js:1:6773)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at dr.doRender (2686.js:1:34633)&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; at dr.processRender (2406.js:1:15240)&lt;/P&gt;&lt;P&gt;This is the labelingInfo of the feature layer:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Labeling Info:Label Placement: &lt;/EM&gt;esriServerPolygonPlacementAlwaysHorizontal&lt;BR /&gt;&lt;EM&gt;Label Expression: &lt;/EM&gt;N/A&lt;BR /&gt;&lt;EM&gt;Use Coded Values: &lt;/EM&gt;true&lt;BR /&gt;&lt;EM&gt;Symbol:Color: &lt;/EM&gt;[0, 0, 0, 255]&lt;BR /&gt;&lt;EM&gt;Background Color: &lt;/EM&gt;N/A&lt;BR /&gt;&lt;EM&gt;Outline Color: &lt;/EM&gt;N/A&lt;BR /&gt;&lt;EM&gt;Vertical Alignment: &lt;/EM&gt;bottom&lt;BR /&gt;&lt;EM&gt;Horizontal Alignment: &lt;/EM&gt;left&lt;BR /&gt;&lt;EM&gt;Right to Left: &lt;/EM&gt;false&lt;BR /&gt;&lt;EM&gt;Angle: &lt;/EM&gt;0&lt;BR /&gt;&lt;EM&gt;XOffset: &lt;/EM&gt;0&lt;BR /&gt;&lt;EM&gt;YOffset: &lt;/EM&gt;0&lt;BR /&gt;&lt;EM&gt;Size: &lt;/EM&gt;10&lt;BR /&gt;&lt;EM&gt;Font Family: &lt;/EM&gt;Arial&lt;BR /&gt;&lt;EM&gt;Font Style: &lt;/EM&gt;normal&lt;BR /&gt;&lt;EM&gt;Font Weight: &lt;/EM&gt;bold&lt;BR /&gt;&lt;EM&gt;Font Decoration: &lt;/EM&gt;none&lt;BR /&gt;&lt;EM&gt;Min. Scale: &lt;/EM&gt;0.0&lt;BR /&gt;&lt;EM&gt;Max. Scale: &lt;/EM&gt;0.0&lt;/P&gt;&lt;P&gt;If I set the feature layer's labelingInfo to null then the map would load just fine, but without labels. If I try to include any label, like with labelExpression of just '1', I got the error above and the map would white out and become nonresponsive. Dev Console would continue to fire the same error.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 17:55:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1641648#M87510</guid>
      <dc:creator>MichaelWen_Timmons</dc:creator>
      <dc:date>2025-08-13T17:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer with labels fails to display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1641690#M87511</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/546068"&gt;@MichaelWen_Timmons&lt;/a&gt;,&amp;nbsp;thanks for posting your question here. It sounds like the Angular upgrade is the key to this issue. I will do some digging, but in the meantime, can you test a simple FeatureLayer + label app with Angular 18 (and maybe using different browsers) and see if you get different results?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Aug 2025 18:53:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1641690#M87511</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2025-08-13T18:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer with labels fails to display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1643005#M87526</link>
      <description>&lt;P&gt;I&amp;nbsp; tried Edge and got the same result.&lt;/P&gt;&lt;P&gt;As for a simple Angular app for testing do you have a link to something similar?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 20:21:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1643005#M87526</guid>
      <dc:creator>MichaelWen_Timmons</dc:creator>
      <dc:date>2025-08-18T20:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer with labels fails to display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1643321#M87528</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/546068"&gt;@MichaelWen_Timmons&lt;/a&gt;&amp;nbsp;Did you try updating to the latest patch versions of @arcgis/core and&amp;nbsp;@arcgis/map-components yet?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was having a very similar issue (maybe the exact same) and was about to open a support ticket about it, but then I upgraded the packages and the issue seemed to stop.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 16:04:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1643321#M87528</guid>
      <dc:creator>fdeters</dc:creator>
      <dc:date>2025-08-19T16:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Feature Layer with labels fails to display</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1643739#M87533</link>
      <description>&lt;P&gt;It works after I upgraded to 4.33.10. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 14:12:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/feature-layer-with-labels-fails-to-display/m-p/1643739#M87533</guid>
      <dc:creator>MichaelWen_Timmons</dc:creator>
      <dc:date>2025-08-20T14:12:11Z</dc:date>
    </item>
  </channel>
</rss>

