<?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: RangeError on FeatureTable Widget in Vue.JS in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1168797#M77164</link>
    <description>&lt;P&gt;If you have a sample github repo, could take a look. Not enough info to tell.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Apr 2022 14:44:39 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2022-04-28T14:44:39Z</dc:date>
    <item>
      <title>RangeError on FeatureTable Widget in Vue.JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1168783#M77162</link>
      <description>&lt;P&gt;Hi all, I'm implementing the FeatureTable widget in a Vue-app as an ESM-module. The SceneView etc. work fine, but when using the FeatureTable and clicking a layer's item, the console logs a RangeError:&amp;nbsp;&lt;/P&gt;&lt;P&gt;lang.js?7ffa:5 Uncaught (in promise) RangeError: Maximum call stack size exceeded&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;BR /&gt;at m (lang.js?7ffa:5:1)&lt;/P&gt;&lt;P&gt;Does anyone have a solution to get this working? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 14:28:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1168783#M77162</guid>
      <dc:creator>wolfvincent</dc:creator>
      <dc:date>2022-04-28T14:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: RangeError on FeatureTable Widget in Vue.JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1168797#M77164</link>
      <description>&lt;P&gt;If you have a sample github repo, could take a look. Not enough info to tell.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 14:44:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1168797#M77164</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-04-28T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: RangeError on FeatureTable Widget in Vue.JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1169574#M77191</link>
      <description>&lt;P&gt;Thanks for the reply, the repo is on private due to my co-workers, but the main thing is that we declare the widget in one component, set is to the store (Vuex) and use it in other components. It works perfect, untill the moment you click a feature in the view. After that, the errors pops...&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 19:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1169574#M77191</guid>
      <dc:creator>wolfvincent</dc:creator>
      <dc:date>2022-04-30T19:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: RangeError on FeatureTable Widget in Vue.JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1169627#M77193</link>
      <description>&lt;P&gt;Are you storing an instance of the Widget or Map in Vuex? You can't do that because Vuex wraps objects in native Proxy (nexted Proxies) and that will break our Accessor in the API. You can store the JSON instance of values or other things are interested in, but JSAPI instances.&lt;/P&gt;&lt;P&gt;Here is a sample Vue application that uses Pinia (similar to Vuex) and only manages non-JSAPI data&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/odoe/nearby-app" target="_blank"&gt;https://github.com/odoe/nearby-app&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2022 20:20:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1169627#M77193</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2022-05-01T20:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: RangeError on FeatureTable Widget in Vue.JS</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1169645#M77195</link>
      <description>&lt;P&gt;Yes, I store them. Tthat should be it, thanks for updating!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 06:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/rangeerror-on-featuretable-widget-in-vue-js/m-p/1169645#M77195</guid>
      <dc:creator>wolfvincent</dc:creator>
      <dc:date>2022-05-02T06:57:16Z</dc:date>
    </item>
  </channel>
</rss>

