<?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: react-widgets issue with react js in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/react-widgets-issue-with-react-js/m-p/4848519#M2224</link>
    <description>&lt;P&gt;I've not been able to reproduce that error, although I am seeing other issues with npm install. Install through NPM has not worked well for widgets in some time, and Engineering has not had the bandwidth to look into it at the moment. I would suggest to use CDN install (described&amp;nbsp;&lt;A href="https://github.com/webex/react-widgets/tree/master/packages/node_modules/@webex/widget-recents#webex-recents-widget-webexwidget-recents" target="_self"&gt;here&lt;/A&gt;), that should work better. Note that the Widgets are a bit dated now, they've not been updated in some time, but should still work. Might be best to use the &lt;A href="https://developer.webex.com/docs/sdks/browser" target="_self"&gt;Browser/JS SDK&lt;/A&gt; directly though, as that's updated regularly with latest functionalities.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 09:49:19 GMT</pubDate>
    <dc:creator>Raffaele Lagana</dc:creator>
    <dc:date>2023-06-05T09:49:19Z</dc:date>
    <item>
      <title>react-widgets issue with react js</title>
      <link>https://community.cisco.com/t5/webex-for-developers/react-widgets-issue-with-react-js/m-p/4846499#M2215</link>
      <description>&lt;DIV class="tenant"&gt;
&lt;DIV class="content"&gt;
&lt;DIV&gt;Unknown Error: ReferenceError: process is not defined&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Getting above error after installing below package:&lt;/DIV&gt;
&lt;DIV&gt;npm install --save &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/923065"&gt;@webex&lt;/a&gt;/widget-recents&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;In Webpack.config added below fallback:&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;resolve&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;extensions&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; [&lt;/SPAN&gt;&lt;SPAN&gt;'.js'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'.ts'&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;'.tsx'&lt;/SPAN&gt;&lt;SPAN&gt;],&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;fallback&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"fs"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"crypto"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;require&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;resolve&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"crypto-browserify"&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"swiper"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;false&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"os"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;require&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;resolve&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"os-browserify"&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"stream"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt; &lt;SPAN&gt;require&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;resolve&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"stream-browserify"&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }, &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; },&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 31 May 2023 14:23:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/react-widgets-issue-with-react-js/m-p/4846499#M2215</guid>
      <dc:creator>udube</dc:creator>
      <dc:date>2023-05-31T14:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: react-widgets issue with react js</title>
      <link>https://community.cisco.com/t5/webex-for-developers/react-widgets-issue-with-react-js/m-p/4846533#M2216</link>
      <description>&lt;P&gt;Please find below npm logs file for reference.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 May 2023 14:56:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/react-widgets-issue-with-react-js/m-p/4846533#M2216</guid>
      <dc:creator>udube</dc:creator>
      <dc:date>2023-05-31T14:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: react-widgets issue with react js</title>
      <link>https://community.cisco.com/t5/webex-for-developers/react-widgets-issue-with-react-js/m-p/4848519#M2224</link>
      <description>&lt;P&gt;I've not been able to reproduce that error, although I am seeing other issues with npm install. Install through NPM has not worked well for widgets in some time, and Engineering has not had the bandwidth to look into it at the moment. I would suggest to use CDN install (described&amp;nbsp;&lt;A href="https://github.com/webex/react-widgets/tree/master/packages/node_modules/@webex/widget-recents#webex-recents-widget-webexwidget-recents" target="_self"&gt;here&lt;/A&gt;), that should work better. Note that the Widgets are a bit dated now, they've not been updated in some time, but should still work. Might be best to use the &lt;A href="https://developer.webex.com/docs/sdks/browser" target="_self"&gt;Browser/JS SDK&lt;/A&gt; directly though, as that's updated regularly with latest functionalities.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 09:49:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/react-widgets-issue-with-react-js/m-p/4848519#M2224</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2023-06-05T09:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: react-widgets issue with react js</title>
      <link>https://community.cisco.com/t5/webex-for-developers/react-widgets-issue-with-react-js/m-p/4849201#M2225</link>
      <description>&lt;P&gt;Seems likely to be this issue: &lt;A href="https://github.com/cisco/node-jose/issues/301" target="_blank"&gt;https://github.com/cisco/node-jose/issues/301&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Workaround is to use browserify &amp;lt;= 16.5.1.&lt;/P&gt;
&lt;P&gt;See this sample as a distillation of many hours of browser bundling pain &lt;LI-EMOJI id="lia_winking-face" title=":winking_face:"&gt;&lt;/LI-EMOJI&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/CiscoDevNet/webex-js-sdk-bundling-examples" target="_blank"&gt;https://github.com/CiscoDevNet/webex-js-sdk-bundling-examples&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Note the sample itself uses the Browser SDK (not Widgets), but I suspect the issues will be the same/similar.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2023 12:51:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/react-widgets-issue-with-react-js/m-p/4849201#M2225</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2023-06-06T12:51:01Z</dc:date>
    </item>
  </channel>
</rss>

