<?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: Minified React Error #130 when importing the Messages component from jimu-ui in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/minified-react-error-130-when-importing-the/m-p/1652168#M20897</link>
    <description>&lt;P&gt;The Message component was added in Experience Builder 1.18. Enterprise 11.5 is running 1.17, so it does not have it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/whats-new/#developer-edition-updates" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/whats-new/#developer-edition-updates&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/release-versions/" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/release-versions/&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2025 16:37:06 GMT</pubDate>
    <dc:creator>JeffreyThompson2</dc:creator>
    <dc:date>2025-09-22T16:37:06Z</dc:date>
    <item>
      <title>Minified React Error #130 when importing the Messages component from jimu-ui</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/minified-react-error-130-when-importing-the/m-p/1652156#M20896</link>
      <description>&lt;P&gt;I have a custom widget that I've developed that (in part) utilizes the Messages component from jimu-ui. &amp;nbsp;The widget works 100% if I comment out the use of the Messages component. &amp;nbsp;If I comment out everything else in the widget except the Messages component it will fail. &amp;nbsp;So I've been able to isolate the problem to the use of this item. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm importing with&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;import &lt;/SPAN&gt;{&lt;SPAN&gt;Message&lt;/SPAN&gt;, &lt;SPAN&gt;Tabs&lt;/SPAN&gt;, &lt;SPAN&gt;Tab&lt;/SPAN&gt;} &lt;SPAN&gt;from &lt;/SPAN&gt;&lt;SPAN&gt;'jimu-ui'&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;and then displaying a simple string as content. &amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;&amp;lt;Message&lt;BR /&gt;&lt;/SPAN&gt;    open&lt;SPAN&gt;=&lt;/SPAN&gt;{&lt;SPAN&gt;messageOpen&lt;/SPAN&gt;}&lt;BR /&gt;    onClose&lt;SPAN&gt;=&lt;/SPAN&gt;{&lt;SPAN&gt;handleMessageClose&lt;/SPAN&gt;}&lt;BR /&gt;    &lt;SPAN&gt;// severity={messageType}&lt;BR /&gt;&lt;/SPAN&gt;    message&lt;SPAN&gt;=&lt;/SPAN&gt;{&lt;SPAN&gt;messageContent&lt;/SPAN&gt;}&lt;BR /&gt;    autoHideDuration&lt;SPAN&gt;=&lt;/SPAN&gt;{&lt;SPAN&gt;3000&lt;/SPAN&gt;}&lt;BR /&gt;&lt;SPAN&gt;/&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;messageOpen is a state variable that accepts a boolean value that is initialized as false. &amp;nbsp;The callback to handleMessageClose is just a standard flipping of that state.&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;const &lt;/SPAN&gt;[&lt;SPAN&gt;messageOpen&lt;/SPAN&gt;, &lt;SPAN&gt;setMessageOpen&lt;/SPAN&gt;] = React.&lt;SPAN&gt;useState&lt;/SPAN&gt;&amp;lt;&lt;SPAN&gt;boolean&lt;/SPAN&gt;&amp;gt;(&lt;SPAN&gt;false&lt;/SPAN&gt;)&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;const &lt;/SPAN&gt;&lt;SPAN&gt;handleMessageClose &lt;/SPAN&gt;= () =&amp;gt; {&lt;BR /&gt;    &lt;SPAN&gt;setMessageOpen&lt;/SPAN&gt;(&lt;SPAN&gt;false&lt;/SPAN&gt;)&lt;BR /&gt;}&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Our enterprise environment is at 11.5 and we have installed the web apps patch. &amp;nbsp;I'm using arcgis-experience-builder-1.18&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 16:23:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/minified-react-error-130-when-importing-the/m-p/1652156#M20896</guid>
      <dc:creator>slangley_sw</dc:creator>
      <dc:date>2025-09-22T16:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Minified React Error #130 when importing the Messages component from jimu-ui</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/minified-react-error-130-when-importing-the/m-p/1652168#M20897</link>
      <description>&lt;P&gt;The Message component was added in Experience Builder 1.18. Enterprise 11.5 is running 1.17, so it does not have it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/whats-new/#developer-edition-updates" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/whats-new/#developer-edition-updates&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/experience-builder/guide/release-versions/" target="_blank"&gt;https://developers.arcgis.com/experience-builder/guide/release-versions/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 16:37:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/minified-react-error-130-when-importing-the/m-p/1652168#M20897</guid>
      <dc:creator>JeffreyThompson2</dc:creator>
      <dc:date>2025-09-22T16:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Minified React Error #130 when importing the Messages component from jimu-ui</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/minified-react-error-130-when-importing-the/m-p/1652171#M20898</link>
      <description>&lt;P&gt;oh. &amp;nbsp;well then ok!&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 16:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/minified-react-error-130-when-importing-the/m-p/1652171#M20898</guid>
      <dc:creator>slangley_sw</dc:creator>
      <dc:date>2025-09-22T16:44:55Z</dc:date>
    </item>
  </channel>
</rss>

