<?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: EB Custom Widget not able to connect to the layer from the map or directly to a layer in Experience Builder Custom Widgets</title>
    <link>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633458#M604</link>
    <description>&lt;P&gt;Are you having issues at runtime or in the Build Mode? The most questionable thing I am seeing is in the Setting.tsx. I don't think it is valid to assign and deconstruct in the same statement.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;  const { useMapWidgetIds = [], useDataSources = [] } = props&lt;/LI-CODE&gt;&lt;P&gt;This line should probably just be this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;  const { useMapWidgetIds, useDataSources } = props&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 16 Jul 2025 13:32:50 GMT</pubDate>
    <dc:creator>JeffreyThompson2</dc:creator>
    <dc:date>2025-07-16T13:32:50Z</dc:date>
    <item>
      <title>EB Custom Widget not able to connect to the layer from the map or directly to a layer</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633325#M601</link>
      <description>&lt;P&gt;Dear GIS friends,&lt;/P&gt;&lt;P&gt;I'm working on a custom widget, but I am not able to connect the widget to the map layers. When I add the widget to a map I get this error:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT size="3"&gt;Minified React error #130; visit &lt;A href="https://reactjs.org/docs/error-decoder.html?invariant=130&amp;amp;args[]=undefined&amp;amp;args[]=" target="_blank"&gt;https://reactjs.org/docs/error-decoder.html?invariant=130&amp;amp;args[]=undefined&amp;amp;args[]=&lt;/A&gt; for the full message or use the non-minified dev environment for full errors and additional helpful warnings&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;Please help I'm naive.&lt;BR /&gt;&lt;BR /&gt;Please see attached files if it helps.&lt;BR /&gt;&lt;BR /&gt;I have done a lot of npm start on the server and client.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Abi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 20:34:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633325#M601</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2025-07-15T20:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: EB Custom Widget not able to connect to the layer from the map or directly to a layer</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633441#M602</link>
      <description>&lt;P&gt;That error doesn't mean much without context. It's probably a syntax error or an improper import statement. Can you post your code?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 12:09:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633441#M602</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-07-16T12:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: EB Custom Widget not able to connect to the layer from the map or directly to a layer</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633446#M603</link>
      <description>&lt;P&gt;I can certainly do that. Please see attached.&lt;BR /&gt;&lt;BR /&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 12:24:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633446#M603</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2025-07-16T12:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: EB Custom Widget not able to connect to the layer from the map or directly to a layer</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633458#M604</link>
      <description>&lt;P&gt;Are you having issues at runtime or in the Build Mode? The most questionable thing I am seeing is in the Setting.tsx. I don't think it is valid to assign and deconstruct in the same statement.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;  const { useMapWidgetIds = [], useDataSources = [] } = props&lt;/LI-CODE&gt;&lt;P&gt;This line should probably just be this:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;  const { useMapWidgetIds, useDataSources } = props&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 16 Jul 2025 13:32:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633458#M604</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-07-16T13:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: EB Custom Widget not able to connect to the layer from the map or directly to a layer</title>
      <link>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633483#M605</link>
      <description>&lt;P&gt;I appreciate your response very much.&lt;BR /&gt;It is happening during runtime.&amp;nbsp;I tried your suggestion and I still get the same error in runtime.&lt;BR /&gt;Abi&lt;/P&gt;</description>
      <pubDate>Wed, 16 Jul 2025 14:45:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/experience-builder-custom-widgets/eb-custom-widget-not-able-to-connect-to-the-layer/m-p/1633483#M605</guid>
      <dc:creator>AbiDhakal</dc:creator>
      <dc:date>2025-07-16T14:45:17Z</dc:date>
    </item>
  </channel>
</rss>

