<?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: Cannot import multiple r-script sources in RHTML visual in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/782733#M2502</link>
    <description>&lt;P&gt;Following the same set of instructions after installing the latest&amp;nbsp;powerbi-visuals-tools package has two new errors during compilation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, the same error occurs when simply running the following 3 steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;gt; pbiviz new sampleRHTMLVisual -t rhtml
&amp;gt; cd .\sampleRHTMLVisual\
&amp;gt; pbiviz package&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;gt; pbiviz package
info Building visual...
info Start preparing plugin template
info Finish preparing plugin template
Error parsing bundle asset "C:\Users\foobar\sampleRHTMLVisual\.tmp\drop\visual.js": no such file&lt;BR /&gt;
No bundles were parsed. Analyzer will show only original module sizes from stats file.&lt;BR /&gt;
Webpack Bundle Analyzer saved report to C:\Users\foobar\sampleRHTMLVisual\webpack.statistics.prod.html
&lt;BR /&gt;
ERROR Failed to compile with 2 errors 3:21:44 PM&lt;BR /&gt;
error in C:\Users\foobar\sampleRHTMLVisual\src\visual.ts&lt;BR /&gt;
[tsl] ERROR in C:\Users\foobar\sampleRHTMLVisual\src\visual.ts(148,17)
TS2741: Property 'forEach' is missing in type 'HTMLCollectionOf&amp;lt;HTMLHeadElement&amp;gt;' but required in type 'NodeListOf&amp;lt;HTMLHeadElement&amp;gt;'.
&lt;BR /&gt;error in C:\Users\foobar\sampleRHTMLVisual\src\visual.ts
&lt;BR /&gt;[tsl] ERROR in C:\Users\foobar\sampleRHTMLVisual\src\visual.ts(160,13)
TS2741: Property 'forEach' is missing in type 'HTMLCollectionOf&amp;lt;HTMLBodyElement&amp;gt;' but required in type 'NodeListOf&amp;lt;HTMLBodyElement&amp;gt;'.
error Package wasn't created. 2 errors found&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2019 19:31:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-09-03T19:31:26Z</dc:date>
    <item>
      <title>Cannot import multiple r-script sources in RHTML visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/765719#M2419</link>
      <description>&lt;P&gt;I'm unable to import multiple r-script source files in RHTML visuals.&amp;nbsp; Power BI and R seem to import the first file referenced, but any subsequent source(./r_files/foo.r) calls appear to be ignored.&amp;nbsp; This behavior is not getting repeated in RStudio using the same instance of R.&amp;nbsp; Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps to reproduce:&lt;/P&gt;&lt;P&gt;1) Create new visual using the RHTML template and create a new .r file in the r_files directory:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;gt; pbiviz new sampleRHTMLVisual -t rhtml
&amp;gt; cd sampleRHTMLVisual
&amp;gt; echo $null &amp;gt;&amp;gt; .\r_files\test.r&lt;/PRE&gt;&lt;P&gt;2) Flesh out required information in pbiviz.json:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;visual:description
visual:supportUrl
visual:author:name
visual:author:email&lt;/PRE&gt;&lt;P&gt;3) Insert the following code as the first line in script.r:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;source('./r_files/test.r')&lt;/PRE&gt;&lt;P&gt;4) Compile and load the visual:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;gt; pbiviz package&lt;/PRE&gt;&lt;P&gt;5) Observe the error message:&lt;/P&gt;&lt;PRE&gt;Can't display this visual.
R script error.
Error in libraryRequiredInstall("ggplot2"): could not find function "libraryRequireInstall"
Execution halted&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PBI_error.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/183585i836843E649F78A09/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PBI_error.png" alt="PBI_error.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 20:47:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/765719#M2419</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-13T20:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import multiple r-script sources in RHTML visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/768747#M2433</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like you try to create new project with non-webpack version of tools and it is probably required to set this file in tsconfig.json ('files' section).&lt;/P&gt;&lt;P&gt;I tried to build by your instruction with the latest version of powerbi-visuals-tools and everything looks OK.&lt;/P&gt;&lt;P&gt;To install the latest version of tools please run in a console the following command:&lt;/P&gt;&lt;PRE&gt;npm install -g powerbi-visuals-tools@latest&lt;/PRE&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2019 15:19:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/768747#M2433</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-08-16T15:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import multiple r-script sources in RHTML visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/782733#M2502</link>
      <description>&lt;P&gt;Following the same set of instructions after installing the latest&amp;nbsp;powerbi-visuals-tools package has two new errors during compilation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Additionally, the same error occurs when simply running the following 3 steps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;gt; pbiviz new sampleRHTMLVisual -t rhtml
&amp;gt; cd .\sampleRHTMLVisual\
&amp;gt; pbiviz package&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;gt; pbiviz package
info Building visual...
info Start preparing plugin template
info Finish preparing plugin template
Error parsing bundle asset "C:\Users\foobar\sampleRHTMLVisual\.tmp\drop\visual.js": no such file&lt;BR /&gt;
No bundles were parsed. Analyzer will show only original module sizes from stats file.&lt;BR /&gt;
Webpack Bundle Analyzer saved report to C:\Users\foobar\sampleRHTMLVisual\webpack.statistics.prod.html
&lt;BR /&gt;
ERROR Failed to compile with 2 errors 3:21:44 PM&lt;BR /&gt;
error in C:\Users\foobar\sampleRHTMLVisual\src\visual.ts&lt;BR /&gt;
[tsl] ERROR in C:\Users\foobar\sampleRHTMLVisual\src\visual.ts(148,17)
TS2741: Property 'forEach' is missing in type 'HTMLCollectionOf&amp;lt;HTMLHeadElement&amp;gt;' but required in type 'NodeListOf&amp;lt;HTMLHeadElement&amp;gt;'.
&lt;BR /&gt;error in C:\Users\foobar\sampleRHTMLVisual\src\visual.ts
&lt;BR /&gt;[tsl] ERROR in C:\Users\foobar\sampleRHTMLVisual\src\visual.ts(160,13)
TS2741: Property 'forEach' is missing in type 'HTMLCollectionOf&amp;lt;HTMLBodyElement&amp;gt;' but required in type 'NodeListOf&amp;lt;HTMLBodyElement&amp;gt;'.
error Package wasn't created. 2 errors found&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 19:31:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/782733#M2502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-03T19:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import multiple r-script sources in RHTML visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/783630#M2509</link>
      <description>&lt;P&gt;Is it possible to share a link to your repo that I could analyze it?&lt;/P&gt;&lt;P&gt;You could send it to&amp;nbsp;pbicvsupport@microsoft.com&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 13:56:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/783630#M2509</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-09-04T13:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import multiple r-script sources in RHTML visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/787350#M2522</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is an issue in the template, we will fix it soon.&lt;/P&gt;&lt;P&gt;To fix it for you now, please, change NodeListOf by HTMLCollectionOf type. It should help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Evgenii Elkin,&lt;BR /&gt;Software Engineer&lt;BR /&gt;Microsoft Power BI Custom Visuals&lt;BR /&gt;pbicvsupport@microsoft.com&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2019 15:01:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/787350#M2522</guid>
      <dc:creator>v-evelk</dc:creator>
      <dc:date>2019-09-09T15:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import multiple r-script sources in RHTML visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/794517#M2559</link>
      <description>&lt;P&gt;Confirmed. Changing the following seems to fix the issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;./src/visual.ts&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;148&lt;/TD&gt;&lt;TD&gt;let headList: NodeListOf = el.getElementsByTagName("head");&lt;/TD&gt;&lt;TD&gt;&amp;gt;&lt;/TD&gt;&lt;TD&gt;let headList: HTMLCollectionOf = el.getElementsByTagName("head");&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;160&lt;/TD&gt;&lt;TD&gt;let bodyList: NodeListOf = el.getElementsByTagName("body");&lt;/TD&gt;&lt;TD&gt;&amp;gt;&lt;/TD&gt;&lt;TD&gt;let bodyList: HTMLCollectionOf = el.getElementsByTagName("body");&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 17 Sep 2019 13:22:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/794517#M2559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-17T13:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import multiple r-script sources in RHTML visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/800606#M2600</link>
      <description>&lt;P&gt;When I try to do as robjensen does here&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Confirmed. Changing the following seems to fix the issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;./src/visual.ts&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;148&lt;/TD&gt;&lt;TD&gt;let headList: NodeListOf = el.getElementsByTagName("head");&lt;/TD&gt;&lt;TD&gt;&amp;gt;&lt;/TD&gt;&lt;TD&gt;let headList: HTMLCollectionOf = el.getElementsByTagName("head");&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;160&lt;/TD&gt;&lt;TD&gt;let bodyList: NodeListOf = el.getElementsByTagName("body");&lt;/TD&gt;&lt;TD&gt;&amp;gt;&lt;/TD&gt;&lt;TD&gt;let bodyList: HTMLCollectionOf = el.getElementsByTagName("body");&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I get the following error:&lt;/P&gt;&lt;P&gt;C:\sampleRHTMLVisual&amp;gt;pbiviz package&lt;BR /&gt;info Building visual...&lt;BR /&gt;info Start preparing plugin template&lt;BR /&gt;info Finish preparing plugin template&lt;BR /&gt;Error parsing bundle asset "C:\sampleRHTMLVisual\.tmp\drop\visual.js": no such file&lt;/P&gt;&lt;P&gt;No bundles were parsed. Analyzer will show only original module sizes from stats file.&lt;/P&gt;&lt;P&gt;Webpack Bundle Analyzer saved report to C:\sampleRHTMLVisual\webpack.statistics.prod.html&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR Failed to compile with 2 errors 12:11:45 PM&lt;/P&gt;&lt;P&gt;error in C:\sampleRHTMLVisual\src\visual.ts&lt;/P&gt;&lt;P&gt;[tsl] ERROR in C:\sampleRHTMLVisual\src\visual.ts(148,27)&lt;BR /&gt;TS2314: Generic type 'HTMLCollectionOf&amp;lt;T&amp;gt;' requires 1 type argument(s).&lt;/P&gt;&lt;P&gt;error in C:\sampleRHTMLVisual\src\visual.ts&lt;/P&gt;&lt;P&gt;[tsl] ERROR in C:\sampleRHTMLVisual\src\visual.ts(160,23)&lt;BR /&gt;TS2314: Generic type 'HTMLCollectionOf&amp;lt;T&amp;gt;' requires 1 type argument(s).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 10:13:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/800606#M2600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-24T10:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot import multiple r-script sources in RHTML visual</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/800784#M2601</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;When I try to do as robjensen does here&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Confirmed. Changing the following seems to fix the issue:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;./src/visual.ts&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;148&lt;/TD&gt;&lt;TD&gt;let headList: NodeListOf = el.getElementsByTagName("head");&lt;/TD&gt;&lt;TD&gt;&amp;gt;&lt;/TD&gt;&lt;TD&gt;let headList: HTMLCollectionOf = el.getElementsByTagName("head");&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;160&lt;/TD&gt;&lt;TD&gt;let bodyList: NodeListOf = el.getElementsByTagName("body");&lt;/TD&gt;&lt;TD&gt;&amp;gt;&lt;/TD&gt;&lt;TD&gt;let bodyList: HTMLCollectionOf = el.getElementsByTagName("body");&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I get the following error:&lt;/P&gt;&lt;P&gt;C:\sampleRHTMLVisual&amp;gt;pbiviz package&lt;BR /&gt;info Building visual...&lt;BR /&gt;info Start preparing plugin template&lt;BR /&gt;info Finish preparing plugin template&lt;BR /&gt;Error parsing bundle asset "C:\sampleRHTMLVisual\.tmp\drop\visual.js": no such file&lt;/P&gt;&lt;P&gt;No bundles were parsed. Analyzer will show only original module sizes from stats file.&lt;/P&gt;&lt;P&gt;Webpack Bundle Analyzer saved report to C:\sampleRHTMLVisual\webpack.statistics.prod.html&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ERROR Failed to compile with 2 errors 12:11:45 PM&lt;/P&gt;&lt;P&gt;error in C:\sampleRHTMLVisual\src\visual.ts&lt;/P&gt;&lt;P&gt;[tsl] ERROR in C:\sampleRHTMLVisual\src\visual.ts(148,27)&lt;BR /&gt;TS2314: Generic type 'HTMLCollectionOf&amp;lt;T&amp;gt;' requires 1 type argument(s).&lt;/P&gt;&lt;P&gt;error in C:\sampleRHTMLVisual\src\visual.ts&lt;/P&gt;&lt;P&gt;[tsl] ERROR in C:\sampleRHTMLVisual\src\visual.ts(160,23)&lt;BR /&gt;TS2314: Generic type 'HTMLCollectionOf&amp;lt;T&amp;gt;' requires 1 type argument(s).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;What is your complete line of code in row 148?&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;The table in this webpage wrapped each line of text into two rows, but they should just be one row each in visual.ts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Row 148 should read:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;let&amp;nbsp;headList:&amp;nbsp;HTMLCollectionOf&amp;lt;HTMLHeadElement&amp;gt;&amp;nbsp;=&amp;nbsp;el.getElementsByTagName("head");&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Row 160 should read:&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;PRE&gt;let&amp;nbsp;bodyList:&amp;nbsp;HTMLCollectionOf&amp;lt;HTMLBodyElement&amp;gt;&amp;nbsp;=&amp;nbsp;el.getElementsByTagName("body");&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Sep 2019 13:31:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Cannot-import-multiple-r-script-sources-in-RHTML-visual/m-p/800784#M2601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-24T13:31:51Z</dc:date>
    </item>
  </channel>
</rss>

